結果

問題 No.999 てん vs. ほむ
ユーザー yuruhiyayuruhiya
提出日時 2021-08-19 18:02:19
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 1,367 ms / 2,000 ms
コード長 64 bytes
コンパイル時間 3,077 ms
コンパイル使用メモリ 130,608 KB
実行使用メモリ 183,336 KB
最終ジャッジ日時 2024-10-12 18:52:10
合計ジャッジ時間 24,283 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 405 ms
136,208 KB
testcase_01 AC 411 ms
136,596 KB
testcase_02 AC 413 ms
136,468 KB
testcase_03 AC 422 ms
136,336 KB
testcase_04 AC 406 ms
136,364 KB
testcase_05 AC 435 ms
136,592 KB
testcase_06 AC 418 ms
136,468 KB
testcase_07 AC 412 ms
136,336 KB
testcase_08 AC 456 ms
142,812 KB
testcase_09 AC 1,367 ms
178,356 KB
testcase_10 AC 714 ms
149,632 KB
testcase_11 AC 581 ms
145,880 KB
testcase_12 AC 762 ms
154,916 KB
testcase_13 AC 1,341 ms
182,304 KB
testcase_14 AC 1,331 ms
182,392 KB
testcase_15 AC 1,321 ms
183,336 KB
testcase_16 AC 1,330 ms
182,556 KB
testcase_17 AC 1,165 ms
150,392 KB
testcase_18 AC 1,131 ms
150,520 KB
testcase_19 AC 1,161 ms
150,520 KB
testcase_20 AC 1,159 ms
150,408 KB
testcase_21 AC 1,253 ms
150,764 KB
testcase_22 AC 1,223 ms
150,804 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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