QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#789328 | #9552. The Chariot | ucup-team4600# | Compile Error | / | / | C++20 | 1.5kb | 2024-11-27 19:55:28 | 2024-11-27 19:55:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:1:2: error: invalid preprocessing directive #! 1 | #! /usr/bin/env python3 | ^ answer.code:2:3: error: invalid preprocessing directive #vim 2 | # vim:fenc=utf-8 | ^~~ answer.code:4:3: error: invalid preprocessing directive #Copyright 4 | # Copyright © 2024 Woshiluo Luo <[email protected]> | ^~~~~~~~~ answer.code:4:13: error: extended character © is not valid in an identifier 4 | # Copyright © 2024 Woshiluo Luo <[email protected]> | ^ answer.code:6:3: error: invalid preprocessing directive #Distributed 6 | # Distributed under terms of the GNU AGPLv3+ license. | ^~~~~~~~~~~ answer.code:8:1: error: ‘T’ does not name a type 8 | T = list(map(int,input()))[0] | ^