結果

問題 No.1279 Array Battle
ユーザー kotatsugamekotatsugame
提出日時 2021-02-01 18:37:23
言語 Raku
(rakudo v2024.02)
結果
TLE  
実行時間 -
コード長 82 bytes
コンパイル時間 1,784 ms
コンパイル使用メモリ 134,916 KB
実行使用メモリ 154,436 KB
最終ジャッジ日時 2024-06-29 22:56:05
合計ジャッジ時間 14,914 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 336 ms
151,724 KB
testcase_01 AC 316 ms
144,908 KB
testcase_02 AC 353 ms
146,184 KB
testcase_03 AC 324 ms
144,264 KB
testcase_04 AC 318 ms
144,652 KB
testcase_05 AC 328 ms
144,520 KB
testcase_06 AC 319 ms
144,776 KB
testcase_07 AC 328 ms
145,040 KB
testcase_08 AC 322 ms
144,780 KB
testcase_09 AC 334 ms
145,168 KB
testcase_10 AC 355 ms
145,164 KB
testcase_11 AC 401 ms
147,852 KB
testcase_12 AC 595 ms
147,868 KB
testcase_13 TLE -
testcase_14 TLE -
testcase_15 TLE -
testcase_16 -- -
testcase_17 -- -
testcase_18 -- -
testcase_19 -- -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=+<<lines>>.words;$1.permutations.map({sum 0 Xmax(@$_ Z-@$2)}).Bag.max.value.say
0