运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
455435 hongxing 1015 - 分数转换 编译错误 0 0 MS 0 KB C++ 209 1年前
暂时无法获取本题测试点详情。

Main.cc: In function ‘int main()’:
Main.cc:13:1: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation]
13 | else
| ^~~~
Main.cc:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’
14 | printf("%c
",'D'-(s-60)/10);
|
Main.cc:14: note: ‘-Wmisleading-indentation’ is disabled from this point onwards, since column-tracking was disabled due to the size of the code/headers
Main.cc:14:29: error: expected ‘}’ at end of input
14 | printf("%c
",'D'-(s-60)/10);
| ^
Main.cc:4:11: note: to match this ‘{’
4 | int main(){
| ^