結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
6,812 KB
testcase_01 AC 8 ms
6,940 KB
testcase_02 AC 54 ms
7,296 KB
testcase_03 AC 157 ms
10,368 KB
testcase_04 AC 125 ms
10,368 KB
testcase_05 AC 113 ms
9,984 KB
testcase_06 AC 79 ms
8,832 KB
testcase_07 AC 8 ms
6,944 KB
testcase_08 AC 278 ms
14,720 KB
testcase_09 AC 40 ms
6,940 KB
testcase_10 AC 7 ms
6,940 KB
testcase_11 AC 38 ms
6,944 KB
testcase_12 AC 40 ms
6,944 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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