結果

問題 No.999 てん vs. ほむ
ユーザー yuruhiyayuruhiya
提出日時 2021-08-19 18:08:46
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 896 ms / 2,000 ms
コード長 57 bytes
コンパイル時間 375 ms
コンパイル使用メモリ 127,640 KB
実行使用メモリ 187,376 KB
最終ジャッジ日時 2024-04-20 20:49:59
合計ジャッジ時間 15,887 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 374 ms
136,612 KB
testcase_01 AC 370 ms
136,208 KB
testcase_02 AC 380 ms
136,084 KB
testcase_03 AC 366 ms
136,212 KB
testcase_04 AC 375 ms
135,824 KB
testcase_05 AC 390 ms
136,084 KB
testcase_06 AC 377 ms
136,084 KB
testcase_07 AC 376 ms
135,824 KB
testcase_08 AC 414 ms
140,544 KB
testcase_09 AC 873 ms
179,900 KB
testcase_10 AC 512 ms
149,988 KB
testcase_11 AC 479 ms
145,144 KB
testcase_12 AC 589 ms
153,952 KB
testcase_13 AC 881 ms
186,972 KB
testcase_14 AC 889 ms
187,104 KB
testcase_15 AC 896 ms
187,376 KB
testcase_16 AC 875 ms
186,436 KB
testcase_17 AC 764 ms
153,480 KB
testcase_18 AC 767 ms
152,472 KB
testcase_19 AC 790 ms
153,744 KB
testcase_20 AC 771 ms
153,020 KB
testcase_21 AC 814 ms
154,156 KB
testcase_22 AC 799 ms
155,004 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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