QOJ.ac
QOJ
The 2nd Universal Cup Finals is coming! Check out our event page, schedule, and competition rules!
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#641601 | #7747. Memory | ZhangYiDe | Compile Error | / | / | C++20 | 263b | 2024-10-14 21:32:55 | 2024-10-14 21:32:56 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:8:7: error: invalid preprocessing directive #print 8 | # print(cur) | ^~~~~ answer.code:1:1: error: ‘n’ does not name a type 1 | n = int(input()) | ^