結果
| 問題 | No.2098 [Cherry Alpha *] Introduction |
| コンテスト | |
| ユーザー |
Schnee
|
| 提出日時 | 2022-10-15 05:04:26 |
| 言語 | Python3 (3.14.3 + numpy 2.4.2 + scipy 1.17.0) |
| 結果 |
AC
|
| 実行時間 | 98 ms / 2,000 ms |
| コード長 | 262 bytes |
| 記録 | |
| コンパイル時間 | 945 ms |
| コンパイル使用メモリ | 20,572 KB |
| 実行使用メモリ | 15,360 KB |
| 最終ジャッジ日時 | 2026-03-13 13:36:51 |
| 合計ジャッジ時間 | 3,338 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge3_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 13 |
ソースコード
s = input().strip()
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")
elif s == "Do you know Cherry Contest?":
print("Alpha")
Schnee