Submission #24483274
Source Code Expand
S=set(s[:-1]for s in open(0))
cond={'H','2B','3B','HR'}==S
ans=('No','Yes')[cond]
print(ans)
Submission Info
| Submission Time | |
|---|---|
| Task | B - Cycle Hit |
| User | Pandruant |
| Language | Python (3.8.2) |
| Score | 200 |
| Code Size | 97 Byte |
| Status | AC |
| Exec Time | 27 ms |
| Memory | 8952 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 200 / 200 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | example0.txt, example1.txt |
| All | 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, example0.txt, example1.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| 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 |