結果

問題 No.1279 Array Battle
ユーザー kotatsugamekotatsugame
提出日時 2021-02-01 18:37:23
言語 Raku
(rakudo v2024.02)
結果
TLE  
実行時間 -
コード長 82 bytes
コンパイル時間 1,452 ms
コンパイル使用メモリ 122,420 KB
実行使用メモリ 139,224 KB
最終ジャッジ日時 2023-09-12 10:16:52
合計ジャッジ時間 17,297 ms
ジャッジサーバーID
(参考情報)
judge14 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 401 ms
133,788 KB
testcase_01 AC 404 ms
134,176 KB
testcase_02 AC 437 ms
134,540 KB
testcase_03 AC 397 ms
134,208 KB
testcase_04 AC 400 ms
133,860 KB
testcase_05 AC 396 ms
133,736 KB
testcase_06 AC 401 ms
133,908 KB
testcase_07 AC 396 ms
133,976 KB
testcase_08 AC 395 ms
133,996 KB
testcase_09 AC 414 ms
134,216 KB
testcase_10 AC 435 ms
134,680 KB
testcase_11 AC 499 ms
134,676 KB
testcase_12 AC 730 ms
134,748 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