QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#805611 | #9804. Guess the Polygon | ucup-team5357# | Compile Error | / | / | Rust | 3.2kb | 2024-12-08 17:34:50 | 2024-12-08 17:34:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
error: expected `;`, found `import` --> answer.code:1:11 | 1 | import sys | ^ help: add `;` here 2 | import math | ------ unexpected token error: expected item, found `import` --> answer.code:1:1 | 1 | import sys | ^^^^^^ help: items are imported using the `use` keyword error: expected `;`, found `n` --> answer.code:2:12 | 2 | import math | ^ help: add `;` here 3 | n : int | - unexpected token error: expected item, found `import` --> answer.code:2:1 | 2 | import math | ^^^^^^ help: items are imported using the `use` keyword error: expected one of `!` or `::`, found `:` --> answer.code:3:3 | 3 | n : int | ^ expected one of `!` or `::` error: aborting due to 5 previous errors