結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 68 ms
13,812 KB
testcase_01 AC 68 ms
13,808 KB
testcase_02 AC 69 ms
13,976 KB
testcase_03 AC 72 ms
13,824 KB
testcase_04 AC 68 ms
13,720 KB
testcase_05 AC 70 ms
13,904 KB
testcase_06 AC 73 ms
13,716 KB
testcase_07 AC 70 ms
13,980 KB
testcase_08 AC 72 ms
13,724 KB
testcase_09 AC 73 ms
13,976 KB
testcase_10 AC 67 ms
13,724 KB
testcase_11 AC 69 ms
13,864 KB
testcase_12 AC 68 ms
13,804 KB
testcase_13 AC 72 ms
13,852 KB
testcase_14 AC 68 ms
13,816 KB
testcase_15 AC 72 ms
13,980 KB
testcase_16 AC 68 ms
13,828 KB
testcase_17 AC 70 ms
13,960 KB
testcase_18 AC 67 ms
13,944 KB
testcase_19 AC 69 ms
13,972 KB
testcase_20 AC 70 ms
13,808 KB
testcase_21 AC 69 ms
13,860 KB
testcase_22 AC 66 ms
13,992 KB
testcase_23 AC 64 ms
13,800 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

n=gets.to_i
m=gets.to_i
p n/1000/m*1000
0