結果
問題 |
No.3287 Golden Ring
|
ユーザー |
|
提出日時 | 2025-10-03 22:48:13 |
言語 | PyPy3 (7.3.15) |
結果 |
RE
|
実行時間 | - |
コード長 | 101 bytes |
コンパイル時間 | 430 ms |
コンパイル使用メモリ | 82,128 KB |
実行使用メモリ | 67,424 KB |
最終ジャッジ日時 | 2025-10-03 22:48:21 |
合計ジャッジ時間 | 3,115 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 RE * 1 |
other | AC * 6 RE * 8 |
ソースコード
n=int(input()) print("Yes") L=[i for i in range(1,n+1)] if n%2==0: L[-2],L[-1]=L[-1].L[-2] print(*L)