結果
| 問題 |
No.3027 f-列とh-列
|
| コンテスト | |
| ユーザー |
gew1fw
|
| 提出日時 | 2025-06-12 19:23:54 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 80 bytes |
| コンパイル時間 | 166 ms |
| コンパイル使用メモリ | 82,112 KB |
| 実行使用メモリ | 67,076 KB |
| 最終ジャッジ日時 | 2025-06-12 19:23:57 |
| 合計ジャッジ時間 | 2,262 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 7 RE * 14 |
ソースコード
n = int(input()) sequence = [7, 6, 5, 4, 5, 6, 7, 8, 9, 10] print(sequence[n-1])
gew1fw