#include"stdio.h" main() { float pim=3.14; int r; float a; printf("input r:"); scanf("%d",&r); a=pim*r*r; printf ("a of c is %.3f",a); getch(); }