QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#843513 | #9970. Looping RPS | ucup-team3607# | Compile Error | / | / | Rust | 6.1kb | 2025-01-04 19:53:06 | 2025-01-04 19:53:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
error[E0658]: use of unstable library feature 'option_get_or_insert_default' --> answer.code:77:43 | 77 | Self::add_nodes(ch[w].get_or_insert_default(), word, index + 1, value); | ^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #82901 <https://github.com/rust-lang/rust/issues/82901> for more information error: aborting due to previous error For more information about this error, try `rustc --explain E0658`.