結果

問題 No.1139 Slime Race
ユーザー kotatsugamekotatsugame
提出日時 2020-07-31 23:47:16
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 907 ms / 2,000 ms
コード長 36 bytes
コンパイル時間 271 ms
コンパイル使用メモリ 134,572 KB
実行使用メモリ 176,392 KB
最終ジャッジ日時 2024-07-02 08:27:20
合計ジャッジ時間 15,770 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 329 ms
136,844 KB
testcase_01 AC 335 ms
136,844 KB
testcase_02 AC 338 ms
137,228 KB
testcase_03 AC 334 ms
137,100 KB
testcase_04 AC 331 ms
137,228 KB
testcase_05 AC 333 ms
136,820 KB
testcase_06 AC 365 ms
139,592 KB
testcase_07 AC 332 ms
137,100 KB
testcase_08 AC 331 ms
136,976 KB
testcase_09 AC 329 ms
137,100 KB
testcase_10 AC 828 ms
171,428 KB
testcase_11 AC 819 ms
162,548 KB
testcase_12 AC 874 ms
176,392 KB
testcase_13 AC 321 ms
136,848 KB
testcase_14 AC 860 ms
172,668 KB
testcase_15 AC 767 ms
168,892 KB
testcase_16 AC 899 ms
174,600 KB
testcase_17 AC 907 ms
171,996 KB
testcase_18 AC 710 ms
157,228 KB
testcase_19 AC 587 ms
151,160 KB
testcase_20 AC 567 ms
150,396 KB
testcase_21 AC 700 ms
156,388 KB
testcase_22 AC 789 ms
170,312 KB
testcase_23 AC 901 ms
176,284 KB
testcase_24 AC 321 ms
136,948 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;say + ^($1/$/[$0+2..*].sum)
0