提出 #23951101


ソースコード 拡げる

def main():
	a, b = map(int, input().split())
	if a <= b <= 6 * a:
		print('Yes')
	else:
		print('No')


if __name__ == '__main__':
	main()

提出情報

提出日時
問題 A - Rolling Dice
ユーザ yumeto
言語 Python (3.8.2)
得点 100
コード長 150 Byte
結果 AC
実行時間 23 ms
メモリ 9020 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 100 / 100
結果
AC × 3
AC × 9
セット名 テストケース
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
ケース名 結果 実行時間 メモリ
bound_00.txt AC 21 ms 9012 KiB
bound_01.txt AC 17 ms 9012 KiB
bound_02.txt AC 18 ms 9008 KiB
bound_03.txt AC 17 ms 8976 KiB
random_00.txt AC 18 ms 8848 KiB
random_01.txt AC 19 ms 8848 KiB
sample_00.txt AC 18 ms 8848 KiB
sample_01.txt AC 18 ms 9020 KiB
sample_02.txt AC 23 ms 8952 KiB