运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
531470 | myself | 1007 - 体型判断 | 编译错误 | 0 | 0 MS | 0 KB | C | 301 | 1年前 |
Main.c: In function 'main':
Main.c:11:10: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
11 | else if (t < 27);
| ^~
Main.c:12:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
12 | printf("overweight");
| ^~~~~~
Main.c:13:5: error: 'else' without a previous 'if'
13 | else
| ^~~~