結果

問題 No.999 てん vs. ほむ
ユーザー yuruhiyayuruhiya
提出日時 2021-08-19 18:11:12
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 876 ms / 2,000 ms
コード長 52 bytes
コンパイル時間 464 ms
コンパイル使用メモリ 127,036 KB
実行使用メモリ 145,060 KB
最終ジャッジ日時 2024-10-12 19:00:00
合計ジャッジ時間 16,107 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 380 ms
136,224 KB
testcase_01 AC 381 ms
136,612 KB
testcase_02 AC 379 ms
136,592 KB
testcase_03 AC 381 ms
136,464 KB
testcase_04 AC 379 ms
136,484 KB
testcase_05 AC 388 ms
136,740 KB
testcase_06 AC 375 ms
136,460 KB
testcase_07 AC 373 ms
136,736 KB
testcase_08 AC 418 ms
141,196 KB
testcase_09 AC 836 ms
144,412 KB
testcase_10 AC 539 ms
141,708 KB
testcase_11 AC 494 ms
141,472 KB
testcase_12 AC 582 ms
142,368 KB
testcase_13 AC 858 ms
145,060 KB
testcase_14 AC 876 ms
144,928 KB
testcase_15 AC 859 ms
144,924 KB
testcase_16 AC 868 ms
144,924 KB
testcase_17 AC 799 ms
141,732 KB
testcase_18 AC 791 ms
141,600 KB
testcase_19 AC 790 ms
141,556 KB
testcase_20 AC 798 ms
141,428 KB
testcase_21 AC 826 ms
144,420 KB
testcase_22 AC 817 ms
143,844 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$!=!get;say max(0,max(map {$!+=$^a-$^b},words))*2-$!
0