結果

問題 No.46 はじめのn歩
ユーザー なおなお
提出日時 2014-10-21 23:31:25
言語 Perl
(5.38.2)
結果
AC  
実行時間 3 ms / 5,000 ms
コード長 49 bytes
コンパイル時間 69 ms
コンパイル使用メモリ 5,372 KB
実行使用メモリ 4,772 KB
最終ジャッジ日時 2023-08-28 22:30:53
合計ジャッジ時間 815 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
4,652 KB
testcase_01 AC 2 ms
4,624 KB
testcase_02 AC 2 ms
4,640 KB
testcase_03 AC 3 ms
4,756 KB
testcase_04 AC 2 ms
4,512 KB
testcase_05 AC 3 ms
4,676 KB
testcase_06 AC 2 ms
4,772 KB
testcase_07 AC 2 ms
4,736 KB
testcase_08 AC 3 ms
4,540 KB
testcase_09 AC 2 ms
4,520 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($a,$b)=split/ /,<>;print int(($b+$a-1)/$a),"\n";
0