Submission #38046872


Source Code Expand

#ABC285_A_20230115
a,b=map(int,input().split())
if(b==2*a or b==2*a+1):
    print("Yes")
else:
    print("No")

Submission Info

Submission Time
Task A - Edge Checker 2
User Konini
Language PyPy3 (7.3.0)
Score 100
Code Size 117 Byte
Status AC
Exec Time 69 ms
Memory 61792 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 11
Set Name Test Cases
Sample sample_01.txt, sample_02.txt, sample_03.txt
All random_01.txt, random_02.txt, random_03.txt, random_04.txt, random_05.txt, random_06.txt, random_07.txt, random_08.txt, sample_01.txt, sample_02.txt, sample_03.txt
Case Name Status Exec Time Memory
random_01.txt AC 69 ms 61664 KiB
random_02.txt AC 50 ms 61592 KiB
random_03.txt AC 50 ms 61536 KiB
random_04.txt AC 54 ms 61532 KiB
random_05.txt AC 48 ms 61452 KiB
random_06.txt AC 48 ms 61668 KiB
random_07.txt AC 48 ms 61536 KiB
random_08.txt AC 54 ms 61588 KiB
sample_01.txt AC 49 ms 61792 KiB
sample_02.txt AC 48 ms 61604 KiB
sample_03.txt AC 52 ms 61536 KiB