結果
問題 |
No.3287 Golden Ring
|
ユーザー |
|
提出日時 | 2025-10-03 21:27:46 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 88 bytes |
コンパイル時間 | 184 ms |
コンパイル使用メモリ | 82,644 KB |
実行使用メモリ | 63,512 KB |
最終ジャッジ日時 | 2025-10-03 21:27:52 |
合計ジャッジ時間 | 2,523 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 WA * 1 |
other | AC * 6 WA * 8 |
ソースコード
N=int(input()) ans=[] for i in range(1,N+1): ans.append(i) print("Yes") print(*ans)