結果

問題 No.289 数字を全て足そう
ユーザー tailstails
提出日時 2017-07-08 23:25:05
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 388 ms / 1,000 ms
コード長 21 bytes
コンパイル時間 344 ms
コンパイル使用メモリ 122,280 KB
実行使用メモリ 132,296 KB
最終ジャッジ日時 2023-08-16 04:08:10
合計ジャッジ時間 10,101 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 350 ms
131,688 KB
testcase_01 AC 350 ms
131,840 KB
testcase_02 AC 343 ms
131,704 KB
testcase_03 AC 349 ms
131,896 KB
testcase_04 AC 353 ms
131,748 KB
testcase_05 AC 353 ms
132,108 KB
testcase_06 AC 354 ms
132,064 KB
testcase_07 AC 362 ms
132,296 KB
testcase_08 AC 348 ms
131,880 KB
testcase_09 AC 357 ms
132,132 KB
testcase_10 AC 350 ms
132,016 KB
testcase_11 AC 358 ms
131,996 KB
testcase_12 AC 361 ms
132,004 KB
testcase_13 AC 352 ms
132,100 KB
testcase_14 AC 367 ms
132,216 KB
testcase_15 AC 363 ms
132,140 KB
testcase_16 AC 352 ms
131,980 KB
testcase_17 AC 360 ms
132,064 KB
testcase_18 AC 350 ms
131,912 KB
testcase_19 AC 356 ms
131,936 KB
testcase_20 AC 367 ms
132,148 KB
testcase_21 AC 342 ms
131,700 KB
testcase_22 AC 362 ms
131,984 KB
testcase_23 AC 388 ms
132,008 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say +sum get~~m:g/\d/
0