結果

問題 No.999 てん vs. ほむ
ユーザー yuruhiyayuruhiya
提出日時 2021-08-19 18:06:15
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 984 ms / 2,000 ms
コード長 59 bytes
コンパイル時間 377 ms
コンパイル使用メモリ 137,344 KB
実行使用メモリ 181,748 KB
最終ジャッジ日時 2024-04-20 20:48:10
合計ジャッジ時間 17,453 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 411 ms
136,596 KB
testcase_01 AC 411 ms
135,952 KB
testcase_02 AC 413 ms
136,468 KB
testcase_03 AC 418 ms
136,720 KB
testcase_04 AC 416 ms
135,824 KB
testcase_05 AC 424 ms
135,828 KB
testcase_06 AC 414 ms
136,084 KB
testcase_07 AC 414 ms
136,720 KB
testcase_08 AC 458 ms
140,084 KB
testcase_09 AC 954 ms
176,924 KB
testcase_10 AC 588 ms
148,884 KB
testcase_11 AC 536 ms
144,056 KB
testcase_12 AC 650 ms
154,392 KB
testcase_13 AC 978 ms
180,784 KB
testcase_14 AC 976 ms
179,676 KB
testcase_15 AC 983 ms
180,464 KB
testcase_16 AC 984 ms
181,748 KB
testcase_17 AC 850 ms
149,264 KB
testcase_18 AC 821 ms
147,608 KB
testcase_19 AC 841 ms
149,184 KB
testcase_20 AC 867 ms
149,568 KB
testcase_21 AC 892 ms
149,964 KB
testcase_22 AC 936 ms
149,168 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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