結果

問題 No.1619 Coccinellidae
ユーザー tailstails
提出日時 2021-07-28 18:45:48
言語 Perl
(5.38.2)
結果
TLE  
(最新)
AC  
(最初)
実行時間 -
コード長 87 bytes
コンパイル時間 580 ms
コンパイル使用メモリ 6,940 KB
実行使用メモリ 24,064 KB
最終ジャッジ日時 2024-09-13 15:11:18
合計ジャッジ時間 13,495 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 7 ms
5,888 KB
testcase_01 AC 1,354 ms
19,840 KB
testcase_02 AC 1,538 ms
23,808 KB
testcase_03 AC 8 ms
5,888 KB
testcase_04 TLE -
testcase_05 AC 211 ms
16,384 KB
testcase_06 AC 7 ms
5,888 KB
testcase_07 AC 872 ms
16,896 KB
testcase_08 AC 690 ms
16,128 KB
testcase_09 AC 7 ms
5,888 KB
testcase_10 AC 594 ms
15,104 KB
testcase_11 AC 1,052 ms
18,560 KB
testcase_12 AC 7 ms
5,888 KB
testcase_13 TLE -
testcase_14 AC 668 ms
24,064 KB
testcase_15 AC 8 ms
6,016 KB
testcase_16 AC 8 ms
6,016 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($n,$m,$k)=glob<>;map{splice@a,$-=@a-$k,0,$_.$/;$k-=$_}0..--$n-1,$m-$n*($n-1)/2;print@a
0