結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 64 ms
13,732 KB
testcase_01 AC 64 ms
13,856 KB
testcase_02 AC 69 ms
13,808 KB
testcase_03 AC 65 ms
13,800 KB
testcase_04 AC 63 ms
13,812 KB
testcase_05 AC 62 ms
13,940 KB
testcase_06 AC 64 ms
13,820 KB
testcase_07 AC 62 ms
13,804 KB
testcase_08 AC 63 ms
13,860 KB
testcase_09 AC 61 ms
13,792 KB
testcase_10 AC 62 ms
13,948 KB
testcase_11 AC 62 ms
13,788 KB
testcase_12 AC 63 ms
13,844 KB
testcase_13 AC 63 ms
14,044 KB
testcase_14 AC 65 ms
13,808 KB
testcase_15 AC 66 ms
13,860 KB
testcase_16 AC 64 ms
13,980 KB
testcase_17 AC 65 ms
13,796 KB
testcase_18 AC 63 ms
13,784 KB
testcase_19 AC 63 ms
13,896 KB
testcase_20 AC 66 ms
13,900 KB
testcase_21 AC 66 ms
13,936 KB
testcase_22 AC 63 ms
13,828 KB
testcase_23 AC 62 ms
13,952 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

#!/usr/bin/ruby
n=gets.to_i/1000
m=gets.to_i
p n/m*1000
0