Run ID:152536

提交时间:2026-04-26 15:18:23

#include<bits/stdc++.h> using namespace std; int main(){ int a=1,b=3,c=5,d=7,e=9,p=3.1415926; cout<<a*a*p<<endl; cout<<b*b*p<<endl; cout<<c*c*p<<endl; cout<<d*d*p<<endl; cout<<e*e*p<<endl; return 0; }