結果

問題 No.1139 Slime Race
ユーザー kotatsugamekotatsugame
提出日時 2020-07-31 23:47:16
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 1,032 ms / 2,000 ms
コード長 36 bytes
コンパイル時間 361 ms
コンパイル使用メモリ 120,100 KB
実行使用メモリ 176,960 KB
最終ジャッジ日時 2023-09-15 03:01:10
合計ジャッジ時間 18,198 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 371 ms
133,992 KB
testcase_01 AC 364 ms
134,104 KB
testcase_02 AC 371 ms
133,804 KB
testcase_03 AC 371 ms
133,840 KB
testcase_04 AC 367 ms
134,000 KB
testcase_05 AC 370 ms
133,824 KB
testcase_06 AC 408 ms
134,044 KB
testcase_07 AC 365 ms
134,088 KB
testcase_08 AC 369 ms
133,792 KB
testcase_09 AC 374 ms
133,516 KB
testcase_10 AC 991 ms
164,868 KB
testcase_11 AC 932 ms
161,100 KB
testcase_12 AC 1,028 ms
175,020 KB
testcase_13 AC 368 ms
134,000 KB
testcase_14 AC 975 ms
169,216 KB
testcase_15 AC 879 ms
167,004 KB
testcase_16 AC 1,017 ms
168,728 KB
testcase_17 AC 988 ms
163,152 KB
testcase_18 AC 834 ms
152,668 KB
testcase_19 AC 689 ms
146,428 KB
testcase_20 AC 680 ms
144,312 KB
testcase_21 AC 809 ms
154,664 KB
testcase_22 AC 926 ms
161,004 KB
testcase_23 AC 1,032 ms
176,960 KB
testcase_24 AC 364 ms
133,896 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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