Submission #76546672
Source Code Expand
a=input()
b=True
for i in range(8):
if a[i*2+1]=="1":
b=False
if not(b):
print("No")
else:
print("Yes")
Submission Info
| Submission Time | |
|---|---|
| Task | A - Weak Beats |
| User | nozotomi |
| Language | Python (CPython 3.13.7) |
| Score | 100 |
| Code Size | 121 Byte |
| Status | AC |
| Exec Time | 11 ms |
| Memory | 9096 KiB |
Judge Result
| Set Name | Sample | All | ||||
|---|---|---|---|---|---|---|
| Score / Max Score | 0 / 0 | 100 / 100 | ||||
| Status |
|
|
| Set Name | Test Cases |
|---|---|
| Sample | example_00.txt, example_01.txt, example_02.txt |
| All | example_00.txt, example_01.txt, example_02.txt, hand_00.txt, hand_01.txt, hand_02.txt, hand_03.txt, hand_04.txt, hand_05.txt, hand_06.txt, hand_07.txt, hand_08.txt, hand_09.txt, random_00.txt, random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, random_09.txt |
| Case Name | Status | Exec Time | Memory |
|---|---|---|---|
| example_00.txt | AC | 11 ms | 8928 KiB |
| example_01.txt | AC | 11 ms | 9020 KiB |
| example_02.txt | AC | 11 ms | 9024 KiB |
| hand_00.txt | AC | 11 ms | 9020 KiB |
| hand_01.txt | AC | 11 ms | 8928 KiB |
| hand_02.txt | AC | 11 ms | 8936 KiB |
| hand_03.txt | AC | 11 ms | 9096 KiB |
| hand_04.txt | AC | 11 ms | 8920 KiB |
| hand_05.txt | AC | 11 ms | 8912 KiB |
| hand_06.txt | AC | 11 ms | 8912 KiB |
| hand_07.txt | AC | 11 ms | 8988 KiB |
| hand_08.txt | AC | 11 ms | 9024 KiB |
| hand_09.txt | AC | 11 ms | 8952 KiB |
| random_00.txt | AC | 11 ms | 8952 KiB |
| random_01.txt | AC | 11 ms | 8928 KiB |
| random_02.txt | AC | 11 ms | 8980 KiB |
| random_03.txt | AC | 11 ms | 9064 KiB |
| random_04.txt | AC | 11 ms | 9096 KiB |
| random_05.txt | AC | 11 ms | 8968 KiB |
| random_06.txt | AC | 11 ms | 9008 KiB |
| random_07.txt | AC | 11 ms | 8952 KiB |
| random_08.txt | AC | 11 ms | 9024 KiB |
| random_09.txt | AC | 11 ms | 8920 KiB |