OUPC2024 Day2 : 北海道大学セット
コンテスト日時
2025/03/16 (Su) 12:00 - 16:00
提出 #23172
提出日時03/20 17:29:49
問題K: Count Ococo
ユーザwasureta
言語Rust (1.79.0)
得点0
結果
CE

コンパイルエラー

error[E0608]: cannot index into a value of type `usize`
  --> src/main.rs:41:30
   |
41 |                     next[v][c[u]] += dp[u][c[u]];
   |                              ^^^

error[E0608]: cannot index into a value of type `usize`
  --> src/main.rs:41:45
   |
41 |                     next[v][c[u]] += dp[u][c[u]];
   |                                             ^^^

For more information about this error, try `rustc --explain E0608`.
error: could not compile `Rust` (bin "Rust") due to 2 previous errors