結果
| 問題 | No.2350 Four Seasons |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-06-16 21:37:34 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 25 ms / 2,000 ms |
| コード長 | 213 bytes |
| 記録 | |
| コンパイル時間 | 157 ms |
| コンパイル使用メモリ | 85,020 KB |
| 実行使用メモリ | 53,336 KB |
| 最終ジャッジ日時 | 2026-03-10 16:26:48 |
| 合計ジャッジ時間 | 960 ms |
|
ジャッジサーバーID (参考情報) |
judge2_1 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 10 |
ソースコード
X = int(input())
X-=1
season = [
'winter',
'winter',
'spring',
'spring',
'spring',
'summer',
'summer',
'summer',
'fall',
'fall',
'fall',
'winter',
]
print(season[X])