結果

問題 No.2098 [Cherry Alpha *] Introduction
ユーザー SidewaysOwlSidewaysOwl
提出日時 2022-10-14 21:24:01
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 69 ms / 2,000 ms
コード長 183 bytes
コンパイル時間 1,384 ms
コンパイル使用メモリ 86,168 KB
実行使用メモリ 71,068 KB
最終ジャッジ日時 2023-09-08 20:13:52
合計ジャッジ時間 2,183 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 69 ms
71,060 KB
testcase_01 AC 68 ms
71,028 KB
testcase_02 AC 68 ms
71,068 KB
testcase_03 AC 68 ms
70,976 KB
testcase_04 AC 67 ms
70,984 KB
testcase_05 AC 65 ms
70,820 KB
testcase_06 AC 67 ms
71,008 KB
testcase_07 AC 68 ms
70,712 KB
testcase_08 AC 66 ms
71,064 KB
testcase_09 AC 68 ms
70,964 KB
testcase_10 AC 67 ms
70,996 KB
testcase_11 AC 68 ms
70,928 KB
testcase_12 AC 69 ms
70,832 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

s = input()
l = ["Zelkova and Cherry","BANNED CONTEST","Stray Bullet","Early Summer Rain","Do you know Cherry Contest?"]
ans = ["1st","2nd","3rd","4th","Alpha"]
print(ans[l.index(s)])
0