結果

問題 No.128 お年玉(1)
ユーザー krotonkroton
提出日時 2015-01-16 22:06:51
言語 Ruby
(3.2.1 )
結果
AC  
実行時間 73 ms / 5,000 ms
コード長 39 bytes
コンパイル時間 32 ms
実行使用メモリ 14,028 KB
最終ジャッジ日時 2022-11-24 20:40:21
合計ジャッジ時間 3,451 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 64 ms
13,820 KB
testcase_01 AC 64 ms
14,028 KB
testcase_02 AC 65 ms
13,980 KB
testcase_03 AC 67 ms
13,820 KB
testcase_04 AC 67 ms
13,780 KB
testcase_05 AC 68 ms
13,820 KB
testcase_06 AC 69 ms
13,960 KB
testcase_07 AC 68 ms
13,940 KB
testcase_08 AC 70 ms
13,844 KB
testcase_09 AC 69 ms
13,980 KB
testcase_10 AC 68 ms
13,944 KB
testcase_11 AC 68 ms
13,944 KB
testcase_12 AC 69 ms
13,836 KB
testcase_13 AC 73 ms
13,912 KB
testcase_14 AC 68 ms
13,804 KB
testcase_15 AC 70 ms
13,800 KB
testcase_16 AC 68 ms
13,836 KB
testcase_17 AC 66 ms
13,796 KB
testcase_18 AC 65 ms
13,980 KB
testcase_19 AC 69 ms
13,804 KB
testcase_20 AC 65 ms
13,948 KB
testcase_21 AC 70 ms
13,808 KB
testcase_22 AC 69 ms
13,804 KB
testcase_23 AC 66 ms
13,864 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

N=gets.to_i
M=gets.to_i
p N/1000/M*1000
0