QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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`.