QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#755518#9552. The Chariotucup-team4741#Compile Error//C++201.4kb2024-11-16 17:33:192024-11-16 17:33:20

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:34:7: error: invalid preprocessing directive ###
   34 |     # ## if we loop at X after X
      |       ^~
answer.code:35:19: error:  ':' without preceding '?'
   35 |     # if D - X > 0:
      |                   ^
answer.code:38: error: unterminated #if
   38 |     #     if left != 0:
      | 
answer.code:35: error: unterminated #if
   35 |     # if D - X > 0:
      | 
answer.code:1:1: error: ‘t’ does not name a type
    1 | t = int(input())
      | ^