运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
402224 | 路边的许昊龙 | 1844 - 数学王子Serein | 编译错误 | 0 | 0 MS | 0 KB | C | 289 | 2年前 |
Main.c: In function ‘main’:
Main.c:10:3: error: ‘ma’ undeclared (first use in this function); did you mean ‘max’?
10 | ma==int(max)
| ^~
| max
Main.c:10:3: note: each undeclared identifier is reported only once for each function it appears in
Main.c:10:7: error: expected expression before ‘int’
10 | ma==int(max)
| ^~~
Main.c:5:8: warning: variable ‘max’ set but not used [-Wunused-but-set-variable]
5 | float max;
| ^~~