#include<bits/stdc++.h> using namespace std; int main(){ int r; float s,m; cin>>r; s=r*r*3.1415926; m=2*3.1415926; printf("%.2f\n",s) printf("%.2f\n",m) } /************************************************************** Problem: 1005 User: huanghengyi Language: C++ Result: Compile Error ****************************************************************/