QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#225227 | #7606. Digital Nim | ucup-team332 | Compile Error | / | / | Rust | 221b | 2023-10-24 10:31:53 | 2023-10-24 10:31:53 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
error[E0658]: use of unstable library feature 'int_log' --> answer.code:9:17 | 9 | assert_eq!(5i32.checked_ilog(5), Some(1)); | ^^^^^^^^^^^^ | = note: see issue #70887 <https://github.com/rust-lang/rust/issues/70887> for more information error: aborting due to previous error For more information about this error, try `rustc --explain E0658`.