結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 347 ms
145,964 KB
testcase_01 AC 317 ms
146,736 KB
testcase_02 AC 323 ms
146,860 KB
testcase_03 AC 319 ms
146,984 KB
testcase_04 AC 328 ms
146,736 KB
testcase_05 AC 339 ms
146,980 KB
testcase_06 AC 334 ms
146,728 KB
testcase_07 AC 339 ms
146,732 KB
testcase_08 AC 334 ms
146,596 KB
testcase_09 AC 333 ms
146,992 KB
testcase_10 AC 343 ms
146,864 KB
testcase_11 AC 335 ms
146,744 KB
testcase_12 AC 333 ms
146,736 KB
testcase_13 AC 332 ms
146,860 KB
testcase_14 AC 341 ms
146,984 KB
testcase_15 AC 335 ms
146,860 KB
testcase_16 AC 340 ms
146,864 KB
testcase_17 AC 337 ms
146,864 KB
testcase_18 AC 348 ms
146,744 KB
testcase_19 AC 340 ms
146,732 KB
testcase_20 AC 337 ms
146,732 KB
testcase_21 AC 323 ms
146,860 KB
testcase_22 AC 339 ms
146,856 KB
testcase_23 AC 369 ms
149,764 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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