提出 #20609054


ソースコード 拡げる

import math
a,b,c,d = map(int,input().split())
x = math.ceil(c/b)
y = math.ceil(a/d)
if x <= y:
    print('Yes')
else:
    print('No')

提出情報

提出日時
問題 B - Battle
ユーザ sabaranran
言語 Python (3.8.2)
得点 200
コード長 141 Byte
結果 AC
実行時間 22 ms
メモリ 9080 KiB

ジャッジ結果

セット名 Sample All
得点 / 配点 0 / 0 200 / 200
結果
AC × 2
AC × 12
セット名 テストケース
Sample Sample_01.txt, Sample_02.txt
All Sample_01.txt, Sample_02.txt, hand_01.txt, hand_02.txt, hand_03.txt, hand_04.txt, hand_05.txt, hand_06.txt, rand_01.txt, rand_02.txt, rand_03.txt, rand_04.txt
ケース名 結果 実行時間 メモリ
Sample_01.txt AC 18 ms 8848 KiB
Sample_02.txt AC 20 ms 8944 KiB
hand_01.txt AC 18 ms 8848 KiB
hand_02.txt AC 19 ms 9080 KiB
hand_03.txt AC 20 ms 8948 KiB
hand_04.txt AC 18 ms 8992 KiB
hand_05.txt AC 18 ms 8852 KiB
hand_06.txt AC 21 ms 8852 KiB
rand_01.txt AC 22 ms 9016 KiB
rand_02.txt AC 20 ms 8992 KiB
rand_03.txt AC 20 ms 9060 KiB
rand_04.txt AC 22 ms 8848 KiB