QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#795219#9804. Guess the Polygonucup-team159Compile Error//C++201.8kb2024-11-30 18:46:202024-11-30 18:46:20

Details

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’, which is not yet enabled with ‘-std=c++20’
answer.code:10:9: error: expected unqualified-id before ‘for’
   10 |         for _ in range(n):
      |         ^~~