运行 ID 作者 题号 测评结果 分数 时间 内存 语言 代码长度 提交时间
635195 hiqiu 1048 - 猜拳 编译错误 0 0 MS 0 KB C++ 171 29天前
暂时无法获取本题测试点详情。

Main.cc: In function 'int main()':
Main.cc:7:51: error: invalid operands of types 'int' and '<unresolved overloaded function type>' to binary 'operator<<'
7 | cout << (input_num == 3) ? 1 : (input_num + 1) << endl;
| ~~~~~~~~~~~~~~~~^~~~~~~