QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#504165#9134. Building a Fenceucup-team3684#Compile Error//C++14684b2024-08-04 09:31:332024-08-04 09:31:34

详细

answer.code:26:10: error: invalid preprocessing directive #print
   26 |         #print(permu,cost)
      |          ^~~~~
answer.code:1:1: error: ‘import’ does not name a type
    1 | import itertools
      | ^~~~~~
answer.code:1:1: note: C++20 ‘import’ only available with ‘-fmodules-ts’