QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#504165 | #9134. Building a Fence | ucup-team3684# | Compile Error | / | / | C++14 | 684b | 2024-08-04 09:31:33 | 2024-08-04 09:31:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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’