QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#758921 | #9587. 结课风云 | ZhangYiDe | Compile Error | / | / | C++17 | 443b | 2024-11-17 20:27:02 | 2024-11-17 20:27:03 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:10:7: error: invalid preprocessing directive #n 10 | # n -= 1 | ^ answer.code:1:1: error: ‘n’ does not name a type 1 | n = int(input().strip()) | ^