运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
633250 Becarefulbro 1029 - 清扫房间 编译错误 0 0 MS 0 KB C++ 482 1个月前
暂时无法获取本题测试点详情。

Main.cc:2:1: error: 'string' does not name a type
2 | string canCleanAllRooms(int k, int a, int b) {
| ^~~~~~
Main.cc: In function 'int main()':
Main.cc:16:5: error: 'cin' was not declared in this scope
16 | cin >> k >> a >> b;
| ^~~
Main.cc:18:5: error: 'cout' was not declared in this scope
18 | cout << canCleanAllRooms(k, a, b) << endl;
| ^~~~
Main.cc:18:13: error: 'canCleanAllRooms' was not declared in this scope
18 | cout << canCleanAllRooms(k, a, b) << endl;
| ^~~~~~~~~~~~~~~~
Main.cc:18:42: error: 'endl' was not declared in this scope
18 | cout << canCleanAllRooms(k, a, b) << endl;
| ^~~~