Beecrowd 1002

 #include<stdio.h>

int main()

{

    double r,ans;

    scanf("%lf", &r);

    ans = 3.14159 *r*r;

    printf("A=%.4lf\n",ans);

    return 0;

}

Comments

Popular posts from this blog

Beecrowd 1020

Array variable found /not found

minimum