結果

問題 No.477 MVP
ユーザー %20%20
提出日時 2017-01-27 22:29:25
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 31 bytes
コンパイル時間 359 ms
コンパイル使用メモリ 6,988 KB
実行使用メモリ 5,344 KB
最終ジャッジ日時 2023-08-25 04:00:08
合計ジャッジ時間 1,110 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
5,200 KB
testcase_01 WA -
testcase_02 AC 6 ms
5,112 KB
testcase_03 AC 6 ms
5,172 KB
testcase_04 WA -
testcase_05 AC 6 ms
5,060 KB
testcase_06 AC 6 ms
5,184 KB
testcase_07 AC 6 ms
5,184 KB
testcase_08 AC 6 ms
5,200 KB
testcase_09 AC 6 ms
5,084 KB
testcase_10 WA -
testcase_11 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($n,$k)=glob<>;print$n/++$k+1|0
0