QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#755240#9552. The Chariotucup-team5178#Compile Error//C++23546b2024-11-16 16:49:492024-11-16 16:49:53

Details

answer.code:8:6: error: invalid preprocessing directive #\U00005168\U000090e8A
    8 |     #全部A
      |      ^~~~~
answer.code:11:6: error: "1台" after # is not a positive integer
   11 |     #1台
      |      ^~~
answer.code:23:6: error: invalid preprocessing directive #ABAB
   23 |     #ABAB+Cで調整
      |      ^~~~
answer.code:28:6: error: invalid preprocessing directive #ABAB
   28 |     #ABAB+Aで調整
      |      ^~~~
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’