結果

問題 No.289 数字を全て足そう
ユーザー %20%20
提出日時 2017-07-08 13:23:21
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 371 ms / 1,000 ms
コード長 22 bytes
コンパイル時間 444 ms
コンパイル使用メモリ 134,432 KB
実行使用メモリ 149,480 KB
最終ジャッジ日時 2024-05-03 13:35:39
合計ジャッジ時間 9,585 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 333 ms
146,600 KB
testcase_01 AC 321 ms
146,740 KB
testcase_02 AC 328 ms
146,356 KB
testcase_03 AC 337 ms
146,616 KB
testcase_04 AC 333 ms
146,480 KB
testcase_05 AC 344 ms
146,996 KB
testcase_06 AC 342 ms
146,612 KB
testcase_07 AC 340 ms
146,740 KB
testcase_08 AC 340 ms
147,120 KB
testcase_09 AC 349 ms
146,864 KB
testcase_10 AC 351 ms
146,864 KB
testcase_11 AC 345 ms
146,748 KB
testcase_12 AC 337 ms
147,252 KB
testcase_13 AC 341 ms
146,740 KB
testcase_14 AC 338 ms
147,116 KB
testcase_15 AC 333 ms
146,992 KB
testcase_16 AC 334 ms
146,864 KB
testcase_17 AC 335 ms
146,868 KB
testcase_18 AC 344 ms
146,868 KB
testcase_19 AC 343 ms
146,740 KB
testcase_20 AC 340 ms
147,124 KB
testcase_21 AC 318 ms
146,480 KB
testcase_22 AC 342 ms
147,256 KB
testcase_23 AC 371 ms
149,480 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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