`````````````````
using namespace std; int main(){ double R; scanf(“%lf”,&R); printf(“A=%.4lf”,3.14159RR);
return 0;
} ````````````````