結果

問題 No.63 ポッキーゲーム
ユーザー %20%20
提出日時 2017-09-15 14:09:34
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 395 ms / 5,000 ms
コード長 34 bytes
コンパイル時間 647 ms
コンパイル使用メモリ 131,068 KB
実行使用メモリ 134,240 KB
最終ジャッジ日時 2023-08-16 04:28:01
合計ジャッジ時間 10,513 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 389 ms
134,028 KB
testcase_01 AC 392 ms
134,028 KB
testcase_02 AC 390 ms
134,232 KB
testcase_03 AC 387 ms
134,212 KB
testcase_04 AC 392 ms
134,008 KB
testcase_05 AC 391 ms
134,088 KB
testcase_06 AC 389 ms
134,020 KB
testcase_07 AC 390 ms
133,952 KB
testcase_08 AC 389 ms
134,080 KB
testcase_09 AC 392 ms
134,108 KB
testcase_10 AC 390 ms
134,076 KB
testcase_11 AC 389 ms
133,964 KB
testcase_12 AC 395 ms
134,008 KB
testcase_13 AC 392 ms
134,240 KB
testcase_14 AC 393 ms
134,092 KB
testcase_15 AC 391 ms
134,004 KB
testcase_16 AC 392 ms
134,056 KB
testcase_17 AC 392 ms
134,092 KB
testcase_18 AC 394 ms
134,172 KB
testcase_19 AC 387 ms
134,144 KB
testcase_20 AC 387 ms
134,092 KB
testcase_21 AC 393 ms
134,084 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get~~m:g/(\d+)/;say +^-$0/$1+>1*$1
0