結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 335 ms
146,096 KB
testcase_01 AC 311 ms
146,472 KB
testcase_02 AC 330 ms
146,732 KB
testcase_03 AC 329 ms
146,476 KB
testcase_04 AC 316 ms
146,472 KB
testcase_05 AC 324 ms
146,860 KB
testcase_06 AC 319 ms
146,472 KB
testcase_07 AC 329 ms
146,732 KB
testcase_08 AC 320 ms
146,728 KB
testcase_09 AC 324 ms
146,604 KB
testcase_10 AC 335 ms
146,732 KB
testcase_11 AC 334 ms
146,732 KB
testcase_12 AC 326 ms
146,856 KB
testcase_13 AC 325 ms
146,872 KB
testcase_14 AC 328 ms
146,996 KB
testcase_15 AC 326 ms
146,728 KB
testcase_16 AC 329 ms
146,868 KB
testcase_17 AC 332 ms
147,116 KB
testcase_18 AC 336 ms
146,860 KB
testcase_19 AC 327 ms
146,860 KB
testcase_20 AC 327 ms
147,124 KB
testcase_21 AC 321 ms
146,484 KB
testcase_22 AC 337 ms
146,984 KB
testcase_23 AC 366 ms
149,740 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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