結果

問題 No.999 てん vs. ほむ
ユーザー yuruhiyayuruhiya
提出日時 2021-08-19 18:23:07
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 45 bytes
コンパイル時間 688 ms
コンパイル使用メモリ 126,376 KB
実行使用メモリ 145,404 KB
最終ジャッジ日時 2024-04-20 21:02:26
合計ジャッジ時間 17,972 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 396 ms
136,736 KB
testcase_01 AC 395 ms
136,848 KB
testcase_02 AC 398 ms
136,720 KB
testcase_03 AC 410 ms
136,848 KB
testcase_04 AC 403 ms
136,848 KB
testcase_05 AC 403 ms
137,104 KB
testcase_06 AC 406 ms
136,972 KB
testcase_07 AC 395 ms
136,592 KB
testcase_08 AC 458 ms
141,580 KB
testcase_09 AC 931 ms
143,800 KB
testcase_10 AC 576 ms
142,224 KB
testcase_11 AC 522 ms
141,452 KB
testcase_12 AC 665 ms
142,248 KB
testcase_13 AC 965 ms
145,292 KB
testcase_14 AC 978 ms
145,324 KB
testcase_15 AC 972 ms
145,404 KB
testcase_16 AC 981 ms
145,388 KB
testcase_17 WA -
testcase_18 AC 855 ms
142,116 KB
testcase_19 WA -
testcase_20 AC 859 ms
142,376 KB
testcase_21 AC 922 ms
144,400 KB
testcase_22 AC 897 ms
144,400 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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