QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#755542#9552. The Chariotucup-team4741#Compile Error//C++201.8kb2024-11-16 17:36:472024-11-16 17:36:48

Details

answer.code:5:5: error: stray ‘##’ in program
    5 |     ## Base Case
      |     ^~
answer.code:8:5: error: stray ‘##’ in program
    8 |     ## if we loop at X + Y at after X + Y
      |     ^~
answer.code:25:5: error: stray ‘##’ in program
   25 |     ## if we loop at X + Y before X + Y
      |     ^~
answer.code:40:7: error: invalid preprocessing directive ###
   40 |     # ## if we loop at X after X
      |       ^~
answer.code:41:19: error:  ':' without preceding '?'
   41 |     # if D - X > 0:
      |                   ^
answer.code:44: error: unterminated #if
   44 |     #     if left != 0:
      | 
answer.code:41: error: unterminated #if
   41 |     # if D - X > 0:
      | 
answer.code:1:1: error: ‘t’ does not name a type
    1 | t = int(input())
      | ^