QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#756955#9552. The Chariotucup-team1206#Compile Error//C++202.4kb2024-11-16 22:59:282024-11-16 22:59:30

详细

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):
      | ^~~