結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 389 ms
134,012 KB
testcase_01 AC 384 ms
134,200 KB
testcase_02 AC 385 ms
134,048 KB
testcase_03 AC 385 ms
134,060 KB
testcase_04 AC 391 ms
134,076 KB
testcase_05 AC 388 ms
133,988 KB
testcase_06 AC 385 ms
133,992 KB
testcase_07 AC 390 ms
133,960 KB
testcase_08 AC 385 ms
133,944 KB
testcase_09 AC 386 ms
134,168 KB
testcase_10 AC 383 ms
134,204 KB
testcase_11 AC 382 ms
134,068 KB
testcase_12 AC 396 ms
133,980 KB
testcase_13 AC 385 ms
133,988 KB
testcase_14 AC 384 ms
134,032 KB
testcase_15 AC 388 ms
133,976 KB
testcase_16 AC 384 ms
134,164 KB
testcase_17 AC 384 ms
134,016 KB
testcase_18 AC 384 ms
134,072 KB
testcase_19 AC 387 ms
134,068 KB
testcase_20 AC 383 ms
134,060 KB
testcase_21 AC 384 ms
134,056 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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