QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#538601 | #8932. Bingo | ucup-team3685# | Compile Error | / | / | Rust | 1.7kb | 2024-08-31 12:36:58 | 2024-08-31 12:36:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
error[E0463]: can't find crate for `num_bigint` --> answer.code:1:1 | 1 | extern crate num_bigint; | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate error[E0463]: can't find crate for `num_traits` --> answer.code:2:1 | 2 | extern crate num_traits; | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate warning: unused import: `std::str::FromStr` --> answer.code:7:5 | 7 | use std::str::FromStr; | ^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default error: aborting due to 2 previous errors; 1 warning emitted For more information about this error, try `rustc --explain E0463`.