#include using namespace std; int main(){ int n; cin >> n; for(int i=0; i> r; double ans = 3.14*r*r; cout << ans << endl; } }