結果

問題 No.1139 Slime Race
ユーザー kotatsugamekotatsugame
提出日時 2020-07-31 23:44:17
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 645 ms / 2,000 ms
コード長 37 bytes
コンパイル時間 865 ms
コンパイル使用メモリ 132,100 KB
実行使用メモリ 141,880 KB
最終ジャッジ日時 2023-09-15 02:59:44
合計ジャッジ時間 14,358 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 402 ms
133,896 KB
testcase_01 AC 411 ms
133,944 KB
testcase_02 AC 403 ms
133,980 KB
testcase_03 AC 400 ms
133,840 KB
testcase_04 AC 405 ms
133,968 KB
testcase_05 AC 398 ms
134,068 KB
testcase_06 AC 413 ms
134,616 KB
testcase_07 AC 398 ms
133,996 KB
testcase_08 AC 402 ms
133,900 KB
testcase_09 AC 394 ms
133,992 KB
testcase_10 AC 600 ms
138,356 KB
testcase_11 AC 597 ms
140,472 KB
testcase_12 AC 644 ms
141,880 KB
testcase_13 AC 408 ms
133,724 KB
testcase_14 AC 584 ms
140,436 KB
testcase_15 AC 592 ms
139,572 KB
testcase_16 AC 606 ms
139,668 KB
testcase_17 AC 574 ms
140,704 KB
testcase_18 AC 542 ms
138,352 KB
testcase_19 AC 499 ms
138,376 KB
testcase_20 AC 498 ms
138,416 KB
testcase_21 AC 539 ms
138,476 KB
testcase_22 AC 580 ms
140,400 KB
testcase_23 AC 645 ms
141,496 KB
testcase_24 AC 393 ms
133,704 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get~~/\s.+/;get;say + ^($//words.sum)
0