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