#include<stdio.h>
int length;
Scanf("%n", &length)
int breadth;
Scanf("%n", &breadth)
int radius;
Scanf("%n", &radius)
if (1<=length*breadth<=10000)
  printf("area of thge rectangle",length*breadth);
else (0<radius<=10000)
  printf("area of the circle");