#include <bits/stdc++.h> using namespace std; int main(){ cout<<5*2*3.141593<<endl<<5*5*3.141593<<endl<<5*5*5*3.141593*0.75; return 0; }