QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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