QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#79130#2940. Pooling PCR TestsHuangHanShengCompile Error//C++11854b2023-02-20 04:14:002023-02-20 04:14:01

Details

answer.code:14:10: error: invalid preprocessing directive #print
   14 |         #print(i, val/i)
      |          ^~~~~
answer.code:24:1: error: empty character constant
   24 | '''
      | ^~
answer.code:24:3: warning: missing terminating ' character
   24 | '''
      |   ^
answer.code:24:3: error: missing terminating ' character
answer.code:45:1: error: empty character constant
   45 | '''
      | ^~
answer.code:45:3: warning: missing terminating ' character
   45 | '''
      |   ^
answer.code:45:3: error: missing terminating ' character
answer.code:1:1: error: ‘import’ does not name a type
    1 | import sys
      | ^~~~~~
answer.code:1:1: note: C++20 ‘import’ only available with ‘-fmodules-ts’
answer.code:17:13: error: ‘min_idx’ does not name a type
   17 |             min_idx = i
      |             ^~~~~~~
answer.code:45:1: error: expected unqualified-id before '\x0'
   45 | '''
      | ^~