QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#755518 | #9552. The Chariot | ucup-team4741# | Compile Error | / | / | C++20 | 1.4kb | 2024-11-16 17:33:19 | 2024-11-16 17:33:20 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:5:5: error: stray ‘##’ in program 5 | ## Base Case | ^~ answer.code:8:5: error: stray ‘##’ in program 8 | ## if we loop at X + Y at after X + Y | ^~ answer.code:25:5: error: stray ‘##’ in program 25 | ## if we loop at X + Y before X + Y | ^~ answer.code:34:7: error: invalid preprocessing directive ### 34 | # ## if we loop at X after X | ^~ answer.code:35:19: error: ':' without preceding '?' 35 | # if D - X > 0: | ^ answer.code:38: error: unterminated #if 38 | # if left != 0: | answer.code:35: error: unterminated #if 35 | # if D - X > 0: | answer.code:1:1: error: ‘t’ does not name a type 1 | t = int(input()) | ^