結果
| 問題 | No.2124 Guess the Permutation |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2024-07-11 23:35:57 |
| 言語 | Rust (1.94.0 + proconio + num + itertools) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 115 bytes |
| 記録 | |
| コンパイル時間 | 571 ms |
| コンパイル使用メモリ | 182,724 KB |
| 実行使用メモリ | 28,988 KB |
| 平均クエリ数 | 2.00 |
| 最終ジャッジ日時 | 2026-03-30 10:08:28 |
| 合計ジャッジ時間 | 1,694 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 1 |
| other | WA * 9 |
ソースコード
fn main() {
let mut s = String::new();
println!("{:?}", std::io::stdin().read_line(&mut s));
println!("{s}");
}