QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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`.