結果

問題 No.46 はじめのn歩
ユーザー %20%20
提出日時 2017-09-15 16:56:51
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 373 ms / 5,000 ms
コード長 31 bytes
コンパイル時間 438 ms
コンパイル使用メモリ 135,252 KB
実行使用メモリ 138,204 KB
最終ジャッジ日時 2024-05-03 13:53:48
合計ジャッジ時間 4,847 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 373 ms
137,360 KB
testcase_01 AC 368 ms
136,972 KB
testcase_02 AC 364 ms
137,356 KB
testcase_03 AC 366 ms
137,232 KB
testcase_04 AC 371 ms
137,996 KB
testcase_05 AC 362 ms
138,148 KB
testcase_06 AC 364 ms
138,000 KB
testcase_07 AC 366 ms
137,104 KB
testcase_08 AC 364 ms
138,204 KB
testcase_09 AC 370 ms
137,100 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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