QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#843389 | #9961. Cows | ucup-team3607# | Compile Error | / | / | Rust | 6.2kb | 2025-01-04 18:32:08 | 2025-01-04 18:32:08 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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`.