运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
643837 | Y1614824396_fdsf | 1007 - 体型判断 | 编译错误 | 0 | 0 MS | 0 KB | C++ | 325 | 14天前 |
Main.cc: In function 'int main()':
Main.cc:9:39: error: expected ';' before 'else'
9 | if(t<18) cout<<"underweight"<<endl
| ^
| ;
10 | else if(t>=18&&t<25) cout<<"normal"<<endl;
| ~~~~