using namespace std; int main(){ int R; cin>>R; double ans=3.14159RR; cout<<fixed<<setprecision(4)<<”A=”<<ans; return 0; }