Submission #23955004


Source Code Expand

a, b = map(int, input().split())

if 1 * a <= b <= 6 * a:
    print('Yes')
else:
    print('No')

Submission Info

Submission Time
Task A - Rolling Dice
User cubesat
Language Python (3.8.2)
Score 100
Code Size 101 Byte
Status AC
Exec Time 23 ms
Memory 9180 KiB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 100 / 100
Status
AC × 3
AC × 9
Set Name Test Cases
Sample sample_00.txt, sample_01.txt, sample_02.txt
All bound_00.txt, bound_01.txt, bound_02.txt, bound_03.txt, random_00.txt, random_01.txt, sample_00.txt, sample_01.txt, sample_02.txt
Case Name Status Exec Time Memory
bound_00.txt AC 23 ms 9180 KiB
bound_01.txt AC 22 ms 8848 KiB
bound_02.txt AC 18 ms 9020 KiB
bound_03.txt AC 17 ms 8860 KiB
random_00.txt AC 17 ms 8964 KiB
random_01.txt AC 16 ms 9004 KiB
sample_00.txt AC 17 ms 9000 KiB
sample_01.txt AC 17 ms 9148 KiB
sample_02.txt AC 22 ms 8860 KiB