#include <stdio.h>int main(){ double a,x; scanf("%lf",&a); x=a*a*3.14; printf("面積は%lfです。\n",x); return 0;}
3.0
面積は28.260000です。
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!