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

Main.c: In function 'main':
Main.c:42:23: warning: self-comparison always evaluates to false [-Wtautological-compare]
42 | if (h > h) h = h; // 防止超过初始血量(这里应该是多余的,因为h不会自己增加)
| ^
Main.c:87:23: error: 'i' undeclared (first use in this function)
87 | if (isResting || (i < n && monsters[i].hi > 0 && h <= 0)) {
| ^
Main.c:87:23: note: each undeclared identifier is reported only once for each function it appears in