QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#290157 | #6794. Sequence to Sequence | repoman# | Compile Error | / | / | Rust | 2.4kb | 2023-12-24 14:50:49 | 2023-12-24 14:50:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
error[E0608]: cannot index into a value of type `{integer}` --> answer.code:41:12 | 41 | if b[i] != 0 { | ^^^^ error[E0608]: cannot index into a value of type `{integer}` --> answer.code:45:22 | 45 | let dr = a[i] - 1; | ^^^^ error[E0608]: cannot index into a value of type `i64` --> answer.code:83:31 | 83 | mt = cmp::max(mt, a[i]); | ^^^^ error: aborting due to 3 previous errors For more information about this error, try `rustc --explain E0608`.