#include<stdio.h>
int main()
{
   int l,b;
   float r;
    printf("the area of the rectangle:"%d,l*b);
    printf("the radius of the circle"%f,r/2);
}