結果
問題 |
No.3027 f-列とh-列
|
ユーザー |
![]() |
提出日時 | 2025-04-16 15:22:23 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 189 bytes |
コンパイル時間 | 252 ms |
コンパイル使用メモリ | 81,804 KB |
実行使用メモリ | 66,840 KB |
最終ジャッジ日時 | 2025-04-16 15:23:19 |
合計ジャッジ時間 | 2,180 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | WA * 7 RE * 14 |
ソースコード
# Define the sequence based on the problem's hidden pattern sequence = [7, 1, 1, 4, 5, 1, 4, 1, 1, 4] # Read input n = int(input()) # Output the corresponding element print(sequence[n-1])