QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#80559 | #5544. Grid Game | larryzhong# | Compile Error | / | / | C++17 | 356b | 2023-02-24 11:25:15 | 2023-02-24 11:25:19 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:1:1: error: ‘n’ does not name a type 1 | n, m = map(int, input().split()) | ^