QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
詳細信息
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