运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
572739 | Dogma | 1004 - 反转三位数整数 | 编译错误 | 0 | 0 MS | 0 KB | C++ | 485 | 5个月前 |
Main.cc: In function 'int main()':
Main.cc:23:25: error: 'POW' was not declared in this scope
23 | arab=(abslou%10)*POW(10,n);
| ^~~
Main.cc:27:4: error: 'pritnf' was not declared in this scope; did you mean 'printf'?
27 | pritnf("%d",arab);
| ^~~~~~
| printf