QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#542873 | #8936. Team Arrangement | ucup-team4767# | Compile Error | / | / | Python3 | 2.5kb | 2024-09-01 06:43:25 | 2024-09-01 06:43:25 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
File "answer.code", line 51 print( "impossible" if best == -(10**9) else best)n = int(input()) ^ SyntaxError: invalid syntax