結果

問題 No.477 MVP
ユーザー cielciel
提出日時 2017-01-27 22:41:34
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 41 bytes
コンパイル時間 462 ms
コンパイル使用メモリ 11,520 KB
実行使用メモリ 15,272 KB
最終ジャッジ日時 2023-08-25 04:15:30
合計ジャッジ時間 2,145 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 79 ms
15,144 KB
testcase_01 AC 80 ms
15,232 KB
testcase_02 WA -
testcase_03 WA -
testcase_04 AC 79 ms
15,120 KB
testcase_05 WA -
testcase_06 AC 81 ms
15,068 KB
testcase_07 AC 79 ms
15,048 KB
testcase_08 AC 79 ms
15,072 KB
testcase_09 AC 79 ms
15,208 KB
testcase_10 AC 80 ms
15,036 KB
testcase_11 AC 79 ms
15,024 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

n,k=gets.split.map(&:to_i); p (n+k)/(k+1)
0