結果

問題 No.477 MVP
ユーザー rkyrky
提出日時 2017-11-15 15:58:25
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 72 bytes
コンパイル時間 196 ms
コンパイル使用メモリ 11,436 KB
実行使用メモリ 15,408 KB
最終ジャッジ日時 2023-08-16 14:25:40
合計ジャッジ時間 1,891 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 85 ms
15,252 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 AC 78 ms
15,168 KB
testcase_07 AC 78 ms
15,100 KB
testcase_08 AC 80 ms
15,348 KB
testcase_09 AC 79 ms
15,276 KB
testcase_10 AC 76 ms
15,320 KB
testcase_11 AC 76 ms
15,408 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

hp, help = gets.chomp.split(" ").map(&:to_f)
puts (hp / (help + 1)).ceil
0