QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#843513#9970. Looping RPSucup-team3607#Compile Error//Rust6.1kb2025-01-04 19:53:062025-01-04 19:53:13

详细

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`.