提出 #24483274


ソースコード 拡げる

S=set(s[:-1]for s in open(0))

cond={'H','2B','3B','HR'}==S

ans=('No','Yes')[cond]

print(ans)

提出情報

提出日時
問題 B - Cycle Hit
ユーザ Pandruant
言語 Python (3.8.2)
得点 200
コード長 97 Byte
結果 AC
実行時間 27 ms
メモリ 8952 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 200 / 200
結果
AC × 2
AC × 9
セット名 テストケース
Sample example0.txt, example1.txt
All 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, example0.txt, example1.txt
ケース名 結果 実行時間 メモリ
000.txt AC 27 ms 8792 KiB
001.txt AC 22 ms 8896 KiB
002.txt AC 21 ms 8792 KiB
003.txt AC 17 ms 8888 KiB
004.txt AC 18 ms 8904 KiB
005.txt AC 21 ms 8900 KiB
006.txt AC 21 ms 8904 KiB
example0.txt AC 18 ms 8952 KiB
example1.txt AC 26 ms 8804 KiB