結果

問題 No.999 てん vs. ほむ
ユーザー yuruhiyayuruhiya
提出日時 2021-08-19 18:02:19
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 1,196 ms / 2,000 ms
コード長 64 bytes
コンパイル時間 1,975 ms
コンパイル使用メモリ 128,128 KB
実行使用メモリ 184,732 KB
最終ジャッジ日時 2024-04-20 20:44:46
合計ジャッジ時間 21,259 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 375 ms
137,500 KB
testcase_01 AC 364 ms
137,496 KB
testcase_02 AC 360 ms
139,288 KB
testcase_03 AC 357 ms
138,904 KB
testcase_04 AC 367 ms
137,628 KB
testcase_05 AC 358 ms
139,292 KB
testcase_06 AC 355 ms
138,904 KB
testcase_07 AC 361 ms
138,780 KB
testcase_08 AC 413 ms
144,556 KB
testcase_09 AC 1,107 ms
179,416 KB
testcase_10 AC 604 ms
150,872 KB
testcase_11 AC 513 ms
147,740 KB
testcase_12 AC 688 ms
156,184 KB
testcase_13 AC 1,196 ms
183,456 KB
testcase_14 AC 1,184 ms
184,668 KB
testcase_15 AC 1,180 ms
184,732 KB
testcase_16 AC 1,181 ms
184,192 KB
testcase_17 AC 1,031 ms
152,052 KB
testcase_18 AC 1,031 ms
151,800 KB
testcase_19 AC 1,021 ms
151,928 KB
testcase_20 AC 1,040 ms
152,308 KB
testcase_21 AC 1,087 ms
152,476 KB
testcase_22 AC 1,160 ms
151,780 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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