QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#805477 | #9804. Guess the Polygon | ucup-team5357# | Compile Error | / | / | C++17 | 3.1kb | 2024-12-08 16:51:56 | 2024-12-08 16:52:00 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:72:15: error: invalid preprocessing directive #print 72 | # print(f"Calc: x={x}, cnt={cnt}, last=[{last[0]},{last[1]}] S={Ans}") | ^~~~~ answer.code:73:24: error: stray ‘#’ in program 73 | if i == 0: # first && only one | ^ answer.code:101:19: error: invalid preprocessing directive #print 101 | # print(f"###{L}, {R}") | ^~~~~ 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’