运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
390654 Haru 1125 - 小苏的智力开发 编译错误 0 0 MS 0 KB C++ 1626 2年前
暂时无法获取本题测试点详情。

Main.cc: In function ‘int quick_read()’:
Main.cc:12:5: error: ‘ch’ was not declared in this scope
12 | ch = getchar();
| ^~
Main.cc: In function ‘int main()’:
Main.cc:56:19: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<std::pair<int, int> >::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
56 | for(int i = 0;i<res.size();i++){
| ~^~~~~~~~~~~