結果

問題 No.63 ポッキーゲーム
ユーザー %20%20
提出日時 2017-09-15 14:03:59
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 439 ms / 5,000 ms
コード長 35 bytes
コンパイル時間 427 ms
コンパイル使用メモリ 133,064 KB
実行使用メモリ 134,244 KB
最終ジャッジ日時 2023-08-16 04:22:26
合計ジャッジ時間 11,294 ms
ジャッジサーバーID
(参考情報)
judge13 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 432 ms
133,932 KB
testcase_01 AC 432 ms
133,920 KB
testcase_02 AC 436 ms
133,992 KB
testcase_03 AC 434 ms
133,880 KB
testcase_04 AC 424 ms
134,008 KB
testcase_05 AC 430 ms
134,244 KB
testcase_06 AC 426 ms
134,136 KB
testcase_07 AC 439 ms
134,048 KB
testcase_08 AC 436 ms
133,988 KB
testcase_09 AC 434 ms
133,848 KB
testcase_10 AC 432 ms
133,808 KB
testcase_11 AC 430 ms
133,812 KB
testcase_12 AC 430 ms
134,096 KB
testcase_13 AC 436 ms
134,112 KB
testcase_14 AC 435 ms
134,012 KB
testcase_15 AC 431 ms
134,108 KB
testcase_16 AC 422 ms
133,992 KB
testcase_17 AC 423 ms
133,856 KB
testcase_18 AC 432 ms
134,152 KB
testcase_19 AC 433 ms
134,096 KB
testcase_20 AC 427 ms
134,160 KB
testcase_21 AC 426 ms
134,076 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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