QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#793964#9552. The Chariotucup-team1207Compile Error//C++23818b2024-11-30 07:23:042024-11-30 07:23:04

详细

answer.code:5:3: error: invalid preprocessing directive #input
    5 | # input = sys.stdin.read
      |   ^~~~~
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’