結果

問題 No.1619 Coccinellidae
ユーザー tailstails
提出日時 2022-11-17 11:59:35
言語 Perl
(5.38.2)
結果
AC  
実行時間 55 ms / 2,000 ms
コード長 113 bytes
コンパイル時間 682 ms
コンパイル使用メモリ 5,888 KB
実行使用メモリ 9,728 KB
最終ジャッジ日時 2024-09-19 00:52:36
合計ジャッジ時間 2,628 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
5,888 KB
testcase_01 AC 45 ms
8,832 KB
testcase_02 AC 51 ms
9,728 KB
testcase_03 AC 8 ms
6,016 KB
testcase_04 AC 55 ms
9,728 KB
testcase_05 AC 32 ms
8,192 KB
testcase_06 AC 8 ms
5,888 KB
testcase_07 AC 37 ms
8,192 KB
testcase_08 AC 33 ms
8,064 KB
testcase_09 AC 8 ms
5,888 KB
testcase_10 AC 31 ms
7,808 KB
testcase_11 AC 40 ms
8,576 KB
testcase_12 AC 8 ms
5,888 KB
testcase_13 AC 53 ms
9,600 KB
testcase_14 AC 49 ms
9,728 KB
testcase_15 AC 7 ms
5,888 KB
testcase_16 AC 8 ms
5,888 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($n,$m,$k)=glob<>;$a=--$n;$k-=$a--while$k>$a;print$n-abs()?abs:$m-$n*($n-1)/2,$/for-$n..-$a-1,$k,0..$k-1,$k+1..$a
0