結果

問題 No.2098 [Cherry Alpha *] Introduction
ユーザー 👑 KazunKazun
提出日時 2022-07-01 03:11:11
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 39 ms / 2,000 ms
コード長 166 bytes
コンパイル時間 396 ms
コンパイル使用メモリ 82,320 KB
実行使用メモリ 52,096 KB
最終ジャッジ日時 2024-06-26 12:45:28
合計ジャッジ時間 1,433 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 13
権限があれば一括ダウンロードができます

ソースコード

diff #

S=input()

if S[0]=="Z":
    print("1st")
elif S[0]=="B":
    print("2nd")
elif S[0]=="S":
    print("3rd")
elif S[0]=="E":
    print("4th")
else:
    print("Alpha")
0