結果
| 問題 | No.2124 Guess the Permutation |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-07-11 23:44:13 |
| 言語 | Rust (1.94.0 + proconio + num + itertools) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 109 bytes |
| 記録 | |
| コンパイル時間 | 537 ms |
| コンパイル使用メモリ | 169,324 KB |
| 実行使用メモリ | 28,976 KB |
| 平均クエリ数 | 1.00 |
| 最終ジャッジ日時 | 2026-03-30 10:09:07 |
| 合計ジャッジ時間 | 1,812 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 9 |
ソースコード
use std::io::Write;
fn main() {
println!("this problem is broken");
std::io::stdout().flush().unwrap();
}