fork download
  1. #include<iostream>
  2. #include<iomanip>
  3. using namespace std;
  4. int main()
  5. {
  6. cout << fixed << setprecision(9);
  7. float n;
  8. long double m = 3.141592653 ;
  9. cin >>n;
  10. cout<< m*n*n<<endl;
  11. }
Success #stdin #stdout 0.01s 5516KB
stdin
Standard input is empty
stdout
0.000000000