QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#460653 | #3184. Around the Track | MaMengQi | Compile Error | / | / | Rust | 4.8kb | 2024-07-01 23:43:38 | 2024-07-01 23:43:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
error[E0425]: cannot find value `I` in this scope --> answer.code:147:4 | 147 | if I == j { continue; } | ^ help: a local variable with a similar name exists (notice the capitalization): `i` error: aborting due to previous error For more information about this error, try `rustc --explain E0425`.