运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
631410 cgr202440025189 1092 - 一鸣师姐与阿枯城 编译错误 0 0 MS 0 KB C 2434 2个月前
暂时无法获取本题测试点详情。

Main.c: In function 'main':
Main.c:25:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before '-' token
25 | int u-0;
| ^
Main.c:25:18: warning: statement with no effect [-Wunused-value]
Main.c:31:17: error: 'u' undeclared (first use in this function)
31 | u=p[3*i];
| ^
Main.c:31:17: note: each undeclared identifier is reported only once for each function it appears in