QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#756955 | #9552. The Chariot | ucup-team1206# | Compile Error | / | / | C++20 | 2.4kb | 2024-11-16 22:59:28 | 2024-11-16 22:59:30 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:1:3: error: invalid preprocessing directive #from 1 | # from inspect import currentframe, getframeinfo | ^~~~ answer.code:3:3: error: invalid preprocessing directive #T 3 | # T = int(input()) | ^ answer.code:16:11: error: invalid preprocessing directive #print 16 | # print(ans, getframeinfo(currentframe()).lineno) | ^~~~~ answer.code:19:9: error: invalid preprocessing directive #print 19 | # print(ans, getframeinfo(currentframe()).lineno) | ^~~~~ answer.code:25:5: error: invalid preprocessing directive #print 25 | # print(z_mod_xy) | ^~~~~ answer.code:30:7: error: invalid preprocessing directive #print 30 | # print(ans, getframeinfo(currentframe()).lineno) | ^~~~~ answer.code:35:7: error: invalid preprocessing directive #print 35 | # print(ans, getframeinfo(currentframe()).lineno) | ^~~~~ answer.code:36:16: error: ':' without preceding '?' 36 | # if a >= c: | ^ answer.code:89:3: warning: missing terminating " character 89 | """ | ^ answer.code:98:3: warning: missing terminating " character 98 | """ | ^ answer.code:36: error: unterminated #if 36 | # if a >= c: | answer.code:5:1: error: ‘def’ does not name a type 5 | def solve(a, b, c, x, y, z): | ^~~