QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#879767 | #9685. nim 游戏 | Z_301 | Compile Error | / | / | C++17 | 1.5kb | 2025-02-02 13:38:24 | 2025-02-02 13:38:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:69:15: error: expected ‘}’ at end of input 69 | mtc(); | ^ answer.code:59:12: note: to match this ‘{’ 59 | int main() { | ^