結果
問題 |
No.3267 PQ Straight
|
ユーザー |
👑 |
提出日時 | 2025-09-12 23:38:11 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 106 bytes |
コンパイル時間 | 351 ms |
コンパイル使用メモリ | 82,720 KB |
実行使用メモリ | 53,952 KB |
最終ジャッジ日時 | 2025-09-12 23:45:58 |
合計ジャッジ時間 | 4,143 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge6 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 8 WA * 14 |
ソースコード
N = int(input()) if N == 3: print("Yes") print(1, 3, 2) print(2, 1, 3) else: print("No")