QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#752990 | #9552. The Chariot | ucup-team3097# | Compile Error | / | / | C++17 | 761b | 2024-11-16 10:49:23 | 2024-11-16 10:49:29 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:8:17: error: ':' without preceding '?' 8 | # if X<D: | ^ answer.code:8: error: unterminated #if 8 | # if X<D: | answer.code:1:1: error: ‘T’ does not name a type 1 | T=int(input()) | ^ answer.code:6:9: error: ‘A’ does not name a type 6 | A,B,C,X,Y,D = map(int,input().split()) | ^