結果

問題 No.2098 [Cherry Alpha *] Introduction
ユーザー V_MelvilleV_Melville
提出日時 2022-10-14 21:42:36
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 41 ms / 2,000 ms
コード長 219 bytes
コンパイル時間 158 ms
コンパイル使用メモリ 82,580 KB
実行使用メモリ 52,096 KB
最終ジャッジ日時 2024-06-26 13:32:38
合計ジャッジ時間 1,250 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 13
権限があれば一括ダウンロードができます

ソースコード

diff #

s = input()
if s == "Zelkova and Cherry":
    print("1st")
elif s == "BANNED CONTEST":
    print("2nd")
elif s == "Stray Bullet":
    print("3rd")
elif s == "Early Summer Rain":
    print("4th")
else:
    print("Alpha")
0