結果
| 問題 |
No.1468 Colourful Pastel
|
| ユーザー |
shino16
|
| 提出日時 | 2021-04-04 15:02:57 |
| 言語 | Rust (1.83.0 + proconio) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 33 bytes |
| コンパイル時間 | 13,638 ms |
| コンパイル使用メモリ | 387,588 KB |
| 実行使用メモリ | 6,824 KB |
| 最終ジャッジ日時 | 2024-12-27 22:45:56 |
| 合計ジャッジ時間 | 15,065 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 25 |
コンパイルメッセージ
warning: unused import: `proconio::input` --> src/main.rs:1:5 | 1 | use proconio::input; | ^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
ソースコード
use proconio::input;
fn main() {}
shino16