提出 #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