QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#755542 | #9552. The Chariot | ucup-team4741# | Compile Error | / | / | C++20 | 1.8kb | 2024-11-16 17:36:47 | 2024-11-16 17:36:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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:40:7: error: invalid preprocessing directive ### 40 | # ## if we loop at X after X | ^~ answer.code:41:19: error: ':' without preceding '?' 41 | # if D - X > 0: | ^ answer.code:44: error: unterminated #if 44 | # if left != 0: | answer.code:41: error: unterminated #if 41 | # if D - X > 0: | answer.code:1:1: error: ‘t’ does not name a type 1 | t = int(input()) | ^