結果

問題 No.2350 Four Seasons
ユーザー とりゐとりゐ
提出日時 2023-06-16 22:02:40
言語 PyPy3
(7.3.15)
結果
WA  
実行時間 -
コード長 70 bytes
コンパイル時間 420 ms
コンパイル使用メモリ 87,080 KB
実行使用メモリ 71,460 KB
最終ジャッジ日時 2023-09-06 19:51:13
合計ジャッジ時間 2,079 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 66 ms
71,052 KB
testcase_01 AC 67 ms
71,220 KB
testcase_02 AC 65 ms
71,304 KB
testcase_03 AC 63 ms
71,320 KB
testcase_04 AC 67 ms
71,392 KB
testcase_05 AC 64 ms
71,236 KB
testcase_06 WA -
testcase_07 WA -
testcase_08 AC 66 ms
71,260 KB
testcase_09 AC 63 ms
71,460 KB
testcase_10 AC 64 ms
71,232 KB
testcase_11 WA -
権限があれば一括ダウンロードができます

ソースコード

diff #

x=(int(input())-3)%12//3
print(['spring','winter','fall','winter'][x])
0