結果

問題 No.999 てん vs. ほむ
ユーザー yuruhiyayuruhiya
提出日時 2021-08-19 18:23:07
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 45 bytes
コンパイル時間 643 ms
コンパイル使用メモリ 125,952 KB
実行使用メモリ 145,420 KB
最終ジャッジ日時 2024-10-12 19:12:46
合計ジャッジ時間 16,246 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 387 ms
136,740 KB
testcase_01 AC 380 ms
136,720 KB
testcase_02 AC 374 ms
136,868 KB
testcase_03 AC 378 ms
136,736 KB
testcase_04 AC 375 ms
136,720 KB
testcase_05 AC 381 ms
136,848 KB
testcase_06 AC 374 ms
136,972 KB
testcase_07 AC 371 ms
136,736 KB
testcase_08 AC 425 ms
141,708 KB
testcase_09 AC 833 ms
144,524 KB
testcase_10 AC 528 ms
142,220 KB
testcase_11 AC 489 ms
141,600 KB
testcase_12 AC 589 ms
142,096 KB
testcase_13 AC 878 ms
145,036 KB
testcase_14 AC 877 ms
145,420 KB
testcase_15 AC 882 ms
145,420 KB
testcase_16 AC 872 ms
145,036 KB
testcase_17 WA -
testcase_18 AC 763 ms
142,224 KB
testcase_19 WA -
testcase_20 AC 777 ms
142,096 KB
testcase_21 AC 848 ms
144,292 KB
testcase_22 AC 821 ms
144,036 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$!=!get;say map({$!+=$^a-$^b},words).max*2-$!
0