Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
95069 | 任紫谦 | 03圆的面积 | C++ | Compile Error | 0 MS | 0 KB | 222 | 2024-10-26 17:37:09 |
#include <iostream> using namespace std; int main(){ const double pai=3.1415926; cout<<pai*1*1<<endl; cout<<pai*3*3<<endl: cout<<pai*5*5<<endl; cout<<pai*7*7<<endl; cout<<pai*9*9<<endl; }
Main.cc: In function 'int main()': Main.cc:7:24: error: found ':' in nested-name-specifier, expected '::' cout<