結果

問題 No.289 数字を全て足そう
ユーザー %20%20
提出日時 2017-07-08 13:22:57
言語 Raku
(rakudo v2023.09)
結果
AC  
実行時間 388 ms / 1,000 ms
コード長 20 bytes
コンパイル時間 324 ms
コンパイル使用メモリ 122,428 KB
実行使用メモリ 134,240 KB
最終ジャッジ日時 2023-08-16 04:07:09
合計ジャッジ時間 10,027 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 346 ms
133,528 KB
testcase_01 AC 348 ms
133,544 KB
testcase_02 AC 337 ms
133,660 KB
testcase_03 AC 339 ms
133,932 KB
testcase_04 AC 341 ms
133,764 KB
testcase_05 AC 356 ms
134,000 KB
testcase_06 AC 355 ms
131,320 KB
testcase_07 AC 360 ms
134,060 KB
testcase_08 AC 365 ms
131,392 KB
testcase_09 AC 365 ms
134,012 KB
testcase_10 AC 354 ms
134,068 KB
testcase_11 AC 355 ms
134,028 KB
testcase_12 AC 359 ms
134,112 KB
testcase_13 AC 358 ms
134,076 KB
testcase_14 AC 381 ms
134,148 KB
testcase_15 AC 359 ms
133,864 KB
testcase_16 AC 360 ms
134,128 KB
testcase_17 AC 357 ms
134,144 KB
testcase_18 AC 352 ms
134,044 KB
testcase_19 AC 360 ms
134,076 KB
testcase_20 AC 361 ms
134,240 KB
testcase_21 AC 345 ms
133,816 KB
testcase_22 AC 356 ms
134,096 KB
testcase_23 AC 388 ms
133,180 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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