結果

問題 No.149 碁石の移動
ユーザー yuruhiyayuruhiya
提出日時 2020-10-18 19:29:17
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 413 ms / 2,000 ms
コード長 46 bytes
コンパイル時間 338 ms
コンパイル使用メモリ 120,192 KB
実行使用メモリ 133,776 KB
最終ジャッジ日時 2023-09-28 12:02:00
合計ジャッジ時間 8,283 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 400 ms
133,592 KB
testcase_01 AC 413 ms
133,464 KB
testcase_02 AC 400 ms
133,632 KB
testcase_03 AC 394 ms
133,688 KB
testcase_04 AC 393 ms
133,708 KB
testcase_05 AC 395 ms
133,604 KB
testcase_06 AC 396 ms
133,776 KB
testcase_07 AC 394 ms
133,660 KB
testcase_08 AC 393 ms
133,604 KB
testcase_09 AC 398 ms
133,528 KB
testcase_10 AC 393 ms
133,696 KB
testcase_11 AC 397 ms
133,548 KB
testcase_12 AC 397 ms
133,520 KB
testcase_13 AC 394 ms
133,652 KB
testcase_14 AC 398 ms
133,616 KB
testcase_15 AC 390 ms
133,444 KB
testcase_16 AC 388 ms
133,336 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;say $0-($_=max $4-$1,0)+min $_+$2,+$5
0