QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#236188#7558. Abstractucup-team1778#Compile Error//C++17857b2023-11-03 17:58:592023-11-03 17:58:59

Details

answer.code:19:3: error: invalid preprocessing directive #print
   19 | # print(deg)
      |   ^~~~~
answer.code:20:3: error: invalid preprocessing directive #print
   20 | # print(x)
      |   ^~~~~
answer.code:42:3: error: invalid preprocessing directive #print
   42 | # print (cnt)
      |   ^~~~~
answer.code:1:1: error: ‘n’ does not name a type
    1 | n, m = map(int, input().split())
      | ^