QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#128262 | #6743. water235 | larryzhong# | Compile Error | / | / | C++17 | 375b | 2023-07-20 19:43:00 | 2023-07-20 19:43:04 |
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()) | ^