Submission #43088082


Source Code Expand

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")

Submission Info

Submission Time
Task A - New Scheme
User takumaiq
Language Python (3.8.2)
Score 100
Code Size 164 Byte
Status AC
Exec Time 25 ms
Memory 9060 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 20
Set Name Test Cases
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
Case Name Status Exec Time Memory
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