using namespace std;
int main() { double R,A; double pi=3.14159; cin>>R; A=piRR; cout<<”A=”; printf(“%.4lf”,A); return 0; }