QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#805611#9804. Guess the Polygonucup-team5357#Compile Error//Rust3.2kb2024-12-08 17:34:502024-12-08 17:34:51

详细

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