QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#388108 | #4549. Alice和Bob又在玩游戏 | GuanYunchang | Compile Error | / | / | C++14 | 223b | 2024-04-13 11:58:11 | 2024-04-13 11:58:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:10:22: error: ‘n’ was not declared in this scope; did you mean ‘yn’? 10 | cin>>n>>m; | ^ | yn answer.code:10:25: error: ‘m’ was not declared in this scope; did you mean ‘tm’? 10 | cin>>n>>m; | ^ | tm