QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#843389#9961. Cowsucup-team3607#Compile Error//Rust6.2kb2025-01-04 18:32:082025-01-04 18:32:08

Details

error[E0432]: unresolved import `rand`
 --> answer.code:2:5
  |
2 | use rand::Rng;
  |     ^^^^ maybe a missing crate `rand`?
  |
  = help: consider adding `extern crate rand` to use the `rand` crate

error: aborting due to previous error

For more information about this error, try `rustc --explain E0432`.