結果

問題 No.893 お客様を誘導せよ
ユーザー kotatsugamekotatsugame
提出日時 2019-09-27 22:00:21
言語 Perl
(5.40.0)
結果
AC  
実行時間 881 ms / 2,000 ms
コード長 64 bytes
コンパイル時間 84 ms
コンパイル使用メモリ 6,688 KB
実行使用メモリ 14,720 KB
最終ジャッジ日時 2024-09-24 11:44:45
合計ジャッジ時間 5,889 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 10 ms
6,812 KB
testcase_01 AC 11 ms
6,940 KB
testcase_02 AC 182 ms
7,296 KB
testcase_03 AC 649 ms
10,368 KB
testcase_04 AC 606 ms
10,368 KB
testcase_05 AC 539 ms
9,984 KB
testcase_06 AC 376 ms
8,704 KB
testcase_07 AC 8 ms
6,940 KB
testcase_08 AC 881 ms
14,720 KB
testcase_09 AC 554 ms
6,940 KB
testcase_10 AC 9 ms
6,940 KB
testcase_11 AC 558 ms
6,944 KB
testcase_12 AC 564 ms
6,944 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($=,@$_)=glob<>for@n=1..<>;print"@{[map shift@$_,@n]} "for 0..$<
0