| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 132021 | 王润中 | 03圆的面积 | C++ | Compile Error | 0 MS | 0 KB | 255 | 2025-10-03 21:56:38 |
#include<iostream> using namespace std; int main() { int a,b,c,d,e; cin>>a>>b>>c>>d>>e; cout<<a*3.1415926endl; cout<<b*3.1415926endl; cout<<c*3.1415926endl; cout<<d*3.1415926endl; cout<<e*3.1415926; return 0; }
Main.cc:7:13: error: exponent has no digits
cout<