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