結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 343 ms
139,180 KB
testcase_01 AC 347 ms
139,056 KB
testcase_02 AC 344 ms
139,312 KB
testcase_03 AC 339 ms
139,632 KB
testcase_04 AC 344 ms
139,180 KB
testcase_05 AC 357 ms
139,184 KB
testcase_06 AC 345 ms
139,180 KB
testcase_07 AC 350 ms
139,300 KB
testcase_08 AC 376 ms
144,116 KB
testcase_09 AC 759 ms
145,852 KB
testcase_10 AC 476 ms
143,664 KB
testcase_11 AC 438 ms
143,276 KB
testcase_12 AC 530 ms
142,908 KB
testcase_13 AC 784 ms
146,304 KB
testcase_14 AC 803 ms
146,496 KB
testcase_15 AC 806 ms
146,856 KB
testcase_16 AC 794 ms
146,600 KB
testcase_17 AC 724 ms
143,152 KB
testcase_18 AC 707 ms
143,536 KB
testcase_19 AC 714 ms
142,908 KB
testcase_20 AC 723 ms
143,040 KB
testcase_21 AC 752 ms
145,980 KB
testcase_22 AC 753 ms
145,596 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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