提出 #10432
提出日時 | 07/15 23:26:17 |
---|---|
問題 | C: 153 |
ユーザ | powell |
言語 | Rust (1.79.0) |
得点 | 0 |
結果 | CE |
コンパイルエラー
error[E0432]: unresolved import `cp_library_rs`
--> src/main.rs:5:5
|
5 | use cp_library_rs::debug;
| ^^^^^^^^^^^^^ use of undeclared crate or module `cp_library_rs`
For more information about this error, try `rustc --explain E0432`.
error: could not compile `Rust` (bin "Rust") due to 1 previous error