結果

問題 No.999 てん vs. ほむ
ユーザー yuruhiyayuruhiya
提出日時 2021-08-19 18:06:15
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 1,048 ms / 2,000 ms
コード長 59 bytes
コンパイル時間 549 ms
コンパイル使用メモリ 127,596 KB
実行使用メモリ 182,664 KB
最終ジャッジ日時 2024-10-12 18:55:41
合計ジャッジ時間 17,332 ms
ジャッジサーバーID
(参考情報)
judge2 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 395 ms
135,952 KB
testcase_01 AC 394 ms
135,712 KB
testcase_02 AC 403 ms
135,952 KB
testcase_03 AC 404 ms
135,968 KB
testcase_04 AC 398 ms
135,716 KB
testcase_05 AC 409 ms
135,972 KB
testcase_06 AC 406 ms
135,844 KB
testcase_07 AC 400 ms
136,356 KB
testcase_08 AC 450 ms
140,056 KB
testcase_09 AC 897 ms
175,448 KB
testcase_10 AC 559 ms
147,992 KB
testcase_11 AC 514 ms
142,988 KB
testcase_12 AC 626 ms
152,856 KB
testcase_13 AC 967 ms
182,664 KB
testcase_14 AC 942 ms
180,060 KB
testcase_15 AC 957 ms
182,016 KB
testcase_16 AC 1,048 ms
181,344 KB
testcase_17 AC 828 ms
147,724 KB
testcase_18 AC 830 ms
148,764 KB
testcase_19 AC 858 ms
147,472 KB
testcase_20 AC 854 ms
147,512 KB
testcase_21 AC 876 ms
148,152 KB
testcase_22 AC 882 ms
149,456 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;my@a=map {$+=$^a-$^b},words;say max(0,@a.max)*2-@a[*-1]
0