Submission #65631975


Source Code Expand

Copy
def li():return list(map(int,input().split()))
r,x=li()
if x==2 and 1200<=r<=2400:
print("Yes")
elif x==1 and 1600<=r<=3000:
print("Yes")
else:
print("No")
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
def li():return list(map(int,input().split()))

r,x=li()
if x==2 and 1200<=r<=2400:
    print("Yes")
elif x==1 and 1600<=r<=3000:
    print("Yes")
else:
    print("No")

Submission Info

Submission Time
Task A - Is it rated?
User juten
Language Python (CPython 3.11.4)
Score 0
Code Size 176 Byte
Status WA
Exec Time 10 ms
Memory 8624 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status
AC × 4
AC × 20
WA × 2
Set Name Test Cases
Sample 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 00_sample_03.txt
All 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 00_sample_03.txt, 01_test_00.txt, 01_test_01.txt, 01_test_02.txt, 01_test_03.txt, 01_test_04.txt, 01_test_05.txt, 01_test_06.txt, 01_test_07.txt, 01_test_08.txt, 01_test_09.txt, 01_test_10.txt, 01_test_11.txt, 01_test_12.txt, 01_test_13.txt, 01_test_14.txt, 01_test_15.txt, 01_test_16.txt, 01_test_17.txt
Case Name Status Exec Time Memory
00_sample_00.txt AC 10 ms 8524 KB
00_sample_01.txt AC 10 ms 8452 KB
00_sample_02.txt AC 10 ms 8448 KB
00_sample_03.txt AC 10 ms 8480 KB
01_test_00.txt AC 10 ms 8484 KB
01_test_01.txt AC 10 ms 8404 KB
01_test_02.txt AC 10 ms 8452 KB
01_test_03.txt AC 10 ms 8520 KB
01_test_04.txt AC 10 ms 8512 KB
01_test_05.txt AC 10 ms 8568 KB
01_test_06.txt WA 10 ms 8456 KB
01_test_07.txt AC 10 ms 8416 KB
01_test_08.txt AC 10 ms 8516 KB
01_test_09.txt AC 10 ms 8580 KB
01_test_10.txt AC 10 ms 8484 KB
01_test_11.txt AC 10 ms 8476 KB
01_test_12.txt AC 10 ms 8480 KB
01_test_13.txt AC 10 ms 8516 KB
01_test_14.txt AC 10 ms 8624 KB
01_test_15.txt WA 10 ms 8472 KB
01_test_16.txt AC 10 ms 8492 KB
01_test_17.txt AC 10 ms 8524 KB


2025-05-10 (Sat)
22:41:02 +09:00