結果

問題 No.999 てん vs. ほむ
ユーザー yuruhiyayuruhiya
提出日時 2021-08-19 18:27:19
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 1,034 ms / 2,000 ms
コード長 50 bytes
コンパイル時間 633 ms
コンパイル使用メモリ 126,472 KB
実行使用メモリ 145,940 KB
最終ジャッジ日時 2024-10-12 19:17:48
合計ジャッジ時間 16,719 ms
ジャッジサーバーID
(参考情報)
judge4 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 366 ms
137,236 KB
testcase_01 AC 378 ms
136,976 KB
testcase_02 AC 382 ms
136,724 KB
testcase_03 AC 375 ms
136,976 KB
testcase_04 AC 380 ms
136,980 KB
testcase_05 AC 385 ms
136,980 KB
testcase_06 AC 385 ms
136,852 KB
testcase_07 AC 385 ms
136,720 KB
testcase_08 AC 423 ms
141,332 KB
testcase_09 AC 875 ms
144,784 KB
testcase_10 AC 580 ms
142,968 KB
testcase_11 AC 490 ms
141,456 KB
testcase_12 AC 624 ms
142,228 KB
testcase_13 AC 1,034 ms
145,940 KB
testcase_14 AC 929 ms
145,296 KB
testcase_15 AC 930 ms
145,424 KB
testcase_16 AC 974 ms
143,752 KB
testcase_17 AC 824 ms
142,452 KB
testcase_18 AC 816 ms
142,228 KB
testcase_19 AC 812 ms
142,224 KB
testcase_20 AC 836 ms
142,224 KB
testcase_21 AC 881 ms
144,916 KB
testcase_22 AC 866 ms
144,712 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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