QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#752958 | #9552. The Chariot | ucup-team3097# | Compile Error | / | / | C++14 | 748b | 2024-11-16 10:37:15 | 2024-11-16 10:37:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
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()) | ^ answer.code:36:25: error: expected unqualified-id before ‘else’ 36 | else: | ^~~~ answer.code:38:14: error: expected constructor, destructor, or type conversion before ‘(’ token 38 | print(res) | ^