QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#756894 | #9552. The Chariot | ucup-team1645# | Compile Error | / | / | C++14 | 619b | 2024-11-16 22:31:47 | 2024-11-16 22:31:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:39:9: error: invalid preprocessing directive #print 39 | # print(v1, v2, v3) | ^~~~~ answer.code:1:1: error: ‘task’ does not name a type 1 | task = int(input()) | ^~~~