提出 #73733440


ソースコード 拡げる

S = input()
x = True

for i in range(1, len(S), 2):
  if S[i] == '1':
    x = False

if x:
  print('Yes')
else:
  print('No')

提出情報

提出日時
問題 A - Weak Beats
ユーザ masucoder
言語 Python (CPython 3.13.7)
得点 100
コード長 137 Byte
結果 AC
実行時間 11 ms
メモリ 9152 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 3
AC × 23
セット名 テストケース
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
ケース名 結果 実行時間 メモリ
example_00.txt AC 10 ms 9120 KiB
example_01.txt AC 11 ms 9096 KiB
example_02.txt AC 11 ms 9048 KiB
hand_00.txt AC 11 ms 9128 KiB
hand_01.txt AC 11 ms 9060 KiB
hand_02.txt AC 11 ms 9140 KiB
hand_03.txt AC 11 ms 9096 KiB
hand_04.txt AC 11 ms 9048 KiB
hand_05.txt AC 10 ms 9048 KiB
hand_06.txt AC 10 ms 9040 KiB
hand_07.txt AC 10 ms 9152 KiB
hand_08.txt AC 11 ms 9068 KiB
hand_09.txt AC 11 ms 9040 KiB
random_00.txt AC 11 ms 9128 KiB
random_01.txt AC 11 ms 9120 KiB
random_02.txt AC 10 ms 9092 KiB
random_03.txt AC 11 ms 9084 KiB
random_04.txt AC 10 ms 9140 KiB
random_05.txt AC 11 ms 9128 KiB
random_06.txt AC 11 ms 9060 KiB
random_07.txt AC 11 ms 9072 KiB
random_08.txt AC 11 ms 9084 KiB
random_09.txt AC 11 ms 9072 KiB