提出 #43088082


ソースコード 拡げる

A=list(map(int,input().split()))

mx=0
for i in A:
  if mx<=i and i%25==0 and 100<=i<=675:
    pass
  else:
    print("No")
    exit()
  mx=i
print("Yes")

提出情報

提出日時
問題 A - New Scheme
ユーザ takumaiq
言語 Python (3.8.2)
得点 100
コード長 164 Byte
結果 AC
実行時間 25 ms
メモリ 9060 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 3
AC × 20
セット名 テストケース
Sample 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt
All 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 01_random_00.txt, 01_random_01.txt, 01_random_02.txt, 01_random_03.txt, 01_random_04.txt, 01_random_05.txt, 01_random_06.txt, 01_random_07.txt, 01_random_08.txt, 01_random_09.txt, 01_random_10.txt, 01_random_11.txt, 01_random_12.txt, 02_handmade_00.txt, 02_handmade_01.txt, 02_handmade_02.txt, 02_handmade_03.txt
ケース名 結果 実行時間 メモリ
00_sample_00.txt AC 18 ms 8932 KiB
00_sample_01.txt AC 16 ms 8888 KiB
00_sample_02.txt AC 16 ms 9000 KiB
01_random_00.txt AC 21 ms 8892 KiB
01_random_01.txt AC 25 ms 8932 KiB
01_random_02.txt AC 17 ms 8996 KiB
01_random_03.txt AC 16 ms 8800 KiB
01_random_04.txt AC 20 ms 8788 KiB
01_random_05.txt AC 19 ms 8936 KiB
01_random_06.txt AC 19 ms 8792 KiB
01_random_07.txt AC 17 ms 8796 KiB
01_random_08.txt AC 17 ms 8788 KiB
01_random_09.txt AC 17 ms 9060 KiB
01_random_10.txt AC 17 ms 8796 KiB
01_random_11.txt AC 19 ms 8888 KiB
01_random_12.txt AC 19 ms 8928 KiB
02_handmade_00.txt AC 18 ms 8788 KiB
02_handmade_01.txt AC 17 ms 8932 KiB
02_handmade_02.txt AC 19 ms 9060 KiB
02_handmade_03.txt AC 18 ms 8792 KiB