Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
104963 | 周轩屹 | 03圆的面积 | C++ | Compile Error | 0 MS | 0 KB | 219 | 2025-01-11 20:25:04 |
#include<iostream> using namespace std; int main(){ int a,b,c,d,e=1,3,5,7,9; cout<<a*a*3.1415926<<endl<<b*b*3.1415926<<endl;<<c*c*3.1415926<<endl<<d*d*3.1415926<<endl<<e*e*3.1415926; return 0; }
Main.cc: In function 'int main()': Main.cc:4:21: error: expected unqualified-id before numeric constant int a,b,c,d,e=1,3,5,7,9; ^ Main.cc:5:52: error: expected primary-expression before '<<' token cout<