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