QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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’