| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 139045 | gqj | 04圆的面积 | C++ | Compile Error | 0 MS | 0 KB | 120 | 2025-12-01 16:38:37 |
#include <iostream> using namespace std; int main(){ double a,b=3.1415926; cin>>a; scanf ("2lf",&(a*a*b)); }
Main.cc: In function 'int main()':
Main.cc:6:22: error: lvalue required as unary '&' operand
scanf ("2lf",&(a*a*b));
^