結果

問題 No.2719 Equal Inner Products in Permutation
ユーザー tailstails
提出日時 2024-04-10 16:56:58
言語 Perl
(5.38.2)
結果
AC  
実行時間 274 ms / 2,000 ms
コード長 193 bytes
コンパイル時間 44 ms
コンパイル使用メモリ 6,820 KB
実行使用メモリ 85,060 KB
最終ジャッジ日時 2024-10-14 15:21:58
合計ジャッジ時間 7,743 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
5,504 KB
testcase_01 AC 3 ms
5,248 KB
testcase_02 AC 3 ms
5,504 KB
testcase_03 AC 3 ms
5,632 KB
testcase_04 AC 2 ms
5,632 KB
testcase_05 AC 3 ms
5,504 KB
testcase_06 AC 3 ms
5,504 KB
testcase_07 AC 3 ms
5,632 KB
testcase_08 AC 3 ms
5,504 KB
testcase_09 AC 3 ms
5,376 KB
testcase_10 AC 5 ms
6,400 KB
testcase_11 AC 6 ms
6,272 KB
testcase_12 AC 5 ms
6,400 KB
testcase_13 AC 5 ms
6,272 KB
testcase_14 AC 5 ms
6,272 KB
testcase_15 AC 230 ms
72,016 KB
testcase_16 AC 250 ms
80,788 KB
testcase_17 AC 155 ms
52,084 KB
testcase_18 AC 252 ms
81,684 KB
testcase_19 AC 204 ms
68,244 KB
testcase_20 AC 141 ms
47,896 KB
testcase_21 AC 259 ms
82,312 KB
testcase_22 AC 181 ms
59,960 KB
testcase_23 AC 169 ms
55,364 KB
testcase_24 AC 143 ms
46,448 KB
testcase_25 AC 270 ms
85,060 KB
testcase_26 AC 274 ms
84,904 KB
testcase_27 AC 269 ms
84,892 KB
testcase_28 AC 266 ms
85,036 KB
testcase_29 AC 271 ms
84,912 KB
testcase_30 AC 268 ms
85,052 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

sub g{($_,$b,$c)=@_;s/./$n*3+$&-9*lc,/g;eval"$n%3?$n%3>1?($c):($b):(),map{$_}1..$n/3-$n%3%2"}
$n=<>;print$n<2?-1:"@{[g(129,'1,2,4,11','1,4'),g(687,'7,9,10,12','3,6'),g(345,'8,5,6,3','5,2')]}";
0