Submission #46358350


Source Code Expand

S = input()
for i in range(1, 16, 2):
    if S[i] == "0":
        continue
    else:
        print("No")
        break
else:
    print("Yes")

Submission Info

Submission Time
Task A - Weak Beats
User KoyanagiHitoshi
Language Python (CPython 3.11.4)
Score 100
Code Size 149 Byte
Status AC
Exec Time 10 ms
Memory 8728 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 23
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 9 ms 8584 KiB
example_01.txt AC 10 ms 8500 KiB
example_02.txt AC 10 ms 8548 KiB
hand_00.txt AC 9 ms 8508 KiB
hand_01.txt AC 9 ms 8516 KiB
hand_02.txt AC 9 ms 8428 KiB
hand_03.txt AC 9 ms 8596 KiB
hand_04.txt AC 9 ms 8468 KiB
hand_05.txt AC 9 ms 8716 KiB
hand_06.txt AC 9 ms 8456 KiB
hand_07.txt AC 10 ms 8584 KiB
hand_08.txt AC 9 ms 8444 KiB
hand_09.txt AC 10 ms 8668 KiB
random_00.txt AC 10 ms 8560 KiB
random_01.txt AC 10 ms 8708 KiB
random_02.txt AC 9 ms 8480 KiB
random_03.txt AC 9 ms 8448 KiB
random_04.txt AC 9 ms 8548 KiB
random_05.txt AC 9 ms 8512 KiB
random_06.txt AC 10 ms 8508 KiB
random_07.txt AC 9 ms 8728 KiB
random_08.txt AC 9 ms 8580 KiB
random_09.txt AC 9 ms 8600 KiB