QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#752958#9552. The Chariotucup-team3097#Compile Error//C++14748b2024-11-16 10:37:152024-11-16 10:37:16

Details

answer.code:1:1: error: ‘T’ does not name a type
    1 | T=int(input())
      | ^
answer.code:6:9: error: ‘A’ does not name a type
    6 |         A,B,C,X,Y,D = map(int,input().split())
      |         ^
answer.code:36:25: error: expected unqualified-id before ‘else’
   36 |                         else:
      |                         ^~~~
answer.code:38:14: error: expected constructor, destructor, or type conversion before ‘(’ token
   38 |         print(res)
      |              ^