QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#689596 | #9255. Python Program | ZhaoZiLong | Compile Error | / | / | C++17 | 757b | 2024-10-30 17:54:00 | 2024-10-30 17:54:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:1:13: error: stray ‘#’ in program 1 | s = input() # ans = 0 | ^ answer.code:3:32: error: stray ‘#’ in program 3 | s = input().strip().split('(') # for i in range(a,b,c) -> ['...range', 'a,b,c)'] | ^ answer.code:3:60: warning: character constant too long for its type 3 | s = input().strip().split('(') # for i in range(a,b,c) -> ['...range', 'a,b,c)'] | ^~~~~~~~~~ answer.code:3:72: warning: character constant too long for its type 3 | s = input().strip().split('(') # for i in range(a,b,c) -> ['...range', 'a,b,c)'] | ^~~~~~~~ answer.code:4:16: error: stray ‘#’ in program 4 | s = s[-1][:-2] # 'a,b,c' | ^ answer.code:4:18: warning: character constant too long for its type 4 | s = s[-1][:-2] # 'a,b,c' | ^~~~~~~ answer.code:5:38: error: stray ‘#’ in program 5 | outer = list(map(int, s.split(','))) # [a, b, c] ?????????????????? | ^ answer.code:11:16: error: stray ‘#’ in program 11 | s = s[-1][:-2] # 'a,b,c' | ^ answer.code:11:18: warning: character constant too long for its type 11 | s = s[-1][:-2] # 'a,b,c' | ^~~~~~~ answer.code:16:7: error: invalid preprocessing directive #? 16 | # ?????????i, ?????????????? | ^ answer.code:1:1: error: ‘s’ does not name a type 1 | s = input() # ans = 0 | ^