結果
| 問題 | No.1468 Colourful Pastel |
| ユーザー |
shino16
|
| 提出日時 | 2021-04-04 15:02:57 |
| 言語 | Rust (1.94.0 + proconio + num + itertools) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 33 bytes |
| 記録 | |
| コンパイル時間 | 10,368 ms |
| コンパイル使用メモリ | 145,664 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-06-02 08:22:28 |
| 合計ジャッジ時間 | 5,437 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 25 |
コンパイルメッセージ
warning: unused import: `proconio::input` --> src/main.rs:1:5 | 1 | use proconio::input; | ^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
ソースコード
use proconio::input;
fn main() {}
shino16