QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#752990#9552. The Chariotucup-team3097#Compile Error//C++17761b2024-11-16 10:49:232024-11-16 10:49:29

Details

answer.code:8:17: error:  ':' without preceding '?'
    8 |         # if X<D:
      |                 ^
answer.code:8: error: unterminated #if
    8 |         # if X<D:
      | 
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())
      |         ^