結果

問題 No.999 てん vs. ほむ
ユーザー yuruhiyayuruhiya
提出日時 2021-08-19 18:27:19
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 1,143 ms / 2,000 ms
コード長 50 bytes
コンパイル時間 1,210 ms
コンパイル使用メモリ 122,260 KB
実行使用メモリ 136,860 KB
最終ジャッジ日時 2023-08-02 21:04:46
合計ジャッジ時間 18,344 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 356 ms
131,704 KB
testcase_01 AC 355 ms
131,840 KB
testcase_02 AC 353 ms
131,824 KB
testcase_03 AC 356 ms
131,632 KB
testcase_04 AC 356 ms
131,740 KB
testcase_05 AC 358 ms
132,128 KB
testcase_06 AC 353 ms
131,628 KB
testcase_07 AC 357 ms
131,832 KB
testcase_08 AC 402 ms
132,636 KB
testcase_09 AC 915 ms
136,616 KB
testcase_10 AC 589 ms
132,556 KB
testcase_11 AC 486 ms
132,668 KB
testcase_12 AC 627 ms
132,440 KB
testcase_13 AC 1,143 ms
136,528 KB
testcase_14 AC 1,007 ms
136,772 KB
testcase_15 AC 977 ms
136,556 KB
testcase_16 AC 1,011 ms
136,860 KB
testcase_17 AC 851 ms
133,888 KB
testcase_18 AC 875 ms
134,272 KB
testcase_19 AC 841 ms
132,372 KB
testcase_20 AC 881 ms
134,124 KB
testcase_21 AC 916 ms
136,180 KB
testcase_22 AC 888 ms
136,464 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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