QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#789328#9552. The Chariotucup-team4600#Compile Error//C++201.5kb2024-11-27 19:55:282024-11-27 19:55:28

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]
      | ^