結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 349 ms
146,364 KB
testcase_01 AC 350 ms
146,112 KB
testcase_02 AC 344 ms
146,120 KB
testcase_03 AC 342 ms
146,368 KB
testcase_04 AC 335 ms
146,244 KB
testcase_05 AC 346 ms
146,372 KB
testcase_06 AC 327 ms
146,756 KB
testcase_07 AC 343 ms
146,116 KB
testcase_08 AC 343 ms
147,012 KB
testcase_09 AC 334 ms
146,372 KB
testcase_10 AC 334 ms
146,880 KB
testcase_11 AC 346 ms
146,892 KB
testcase_12 AC 350 ms
146,244 KB
testcase_13 AC 341 ms
146,112 KB
testcase_14 AC 356 ms
146,244 KB
testcase_15 AC 344 ms
147,012 KB
testcase_16 AC 339 ms
146,496 KB
testcase_17 AC 344 ms
145,988 KB
testcase_18 AC 337 ms
146,880 KB
testcase_19 AC 349 ms
146,880 KB
testcase_20 AC 344 ms
146,240 KB
testcase_21 AC 330 ms
146,752 KB
testcase_22 AC 349 ms
145,984 KB
testcase_23 AC 380 ms
149,516 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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