运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
644374 dododo 1007 - 体型判断 编译错误 0 0 MS 0 KB C++ 312 13天前
暂时无法获取本题测试点详情。

Main.cc: In function 'int main()':
Main.cc:8:5: error: 'doble' was not declared in this scope; did you mean 'double'?
8 | doble test = w/(h*h);
| ^~~~~
| double
Main.cc:9:8: error: 'test' was not declared in this scope
9 | if(test < 18)cout << "underweight";
| ^~~~