結果

問題 No.289 数字を全て足そう
ユーザー %20%20
提出日時 2017-07-12 16:06:49
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 456 ms / 1,000 ms
コード長 20 bytes
コンパイル時間 341 ms
コンパイル使用メモリ 134,720 KB
実行使用メモリ 142,616 KB
最終ジャッジ日時 2024-05-03 13:41:02
合計ジャッジ時間 11,336 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 383 ms
137,748 KB
testcase_01 AC 376 ms
137,876 KB
testcase_02 AC 375 ms
137,992 KB
testcase_03 AC 376 ms
137,880 KB
testcase_04 AC 379 ms
138,132 KB
testcase_05 AC 392 ms
138,508 KB
testcase_06 AC 389 ms
138,388 KB
testcase_07 AC 388 ms
138,132 KB
testcase_08 AC 402 ms
138,392 KB
testcase_09 AC 388 ms
138,124 KB
testcase_10 AC 403 ms
138,388 KB
testcase_11 AC 396 ms
138,520 KB
testcase_12 AC 401 ms
138,516 KB
testcase_13 AC 390 ms
138,132 KB
testcase_14 AC 392 ms
138,488 KB
testcase_15 AC 393 ms
138,392 KB
testcase_16 AC 450 ms
138,392 KB
testcase_17 AC 402 ms
138,264 KB
testcase_18 AC 401 ms
138,508 KB
testcase_19 AC 403 ms
138,240 KB
testcase_20 AC 398 ms
138,520 KB
testcase_21 AC 378 ms
137,752 KB
testcase_22 AC 400 ms
138,264 KB
testcase_23 AC 456 ms
142,616 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say [+] get~~m:g/\d/
0