QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#460653#3184. Around the TrackMaMengQiCompile Error//Rust4.8kb2024-07-01 23:43:382024-07-01 23:43:38

詳細信息

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`.