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

Main.c: In function 'main':
Main.c:7:9: error: 'garde' undeclared (first use in this function); did you mean 'grade'?
7 | garde=A;
| ^~~~~
| grade
Main.c:7:9: note: each undeclared identifier is reported only once for each function it appears in
Main.c:7:15: error: 'A' undeclared (first use in this function)
7 | garde=A;
| ^
Main.c:9:15: error: 'B' undeclared (first use in this function)
9 | grade=B;
| ^
Main.c:11:15: error: 'C' undeclared (first use in this function)
11 | grade=C;
| ^
Main.c:13:15: error: 'D' undeclared (first use in this function)
13 | grade=D;
| ^
Main.c:15:15: error: 'E' undeclared (first use in this function)
15 | grade=E;
| ^