結果

問題 No.149 碁石の移動
ユーザー yuruhiyayuruhiya
提出日時 2020-10-18 19:31:47
言語 Raku
(rakudo v2023.09)
結果
AC  
実行時間 388 ms / 2,000 ms
コード長 37 bytes
コンパイル時間 312 ms
コンパイル使用メモリ 120,044 KB
実行使用メモリ 131,836 KB
最終ジャッジ日時 2023-09-28 12:02:29
合計ジャッジ時間 7,993 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 388 ms
131,744 KB
testcase_01 AC 365 ms
131,772 KB
testcase_02 AC 382 ms
131,672 KB
testcase_03 AC 378 ms
131,708 KB
testcase_04 AC 385 ms
131,692 KB
testcase_05 AC 380 ms
131,620 KB
testcase_06 AC 386 ms
131,828 KB
testcase_07 AC 375 ms
131,776 KB
testcase_08 AC 371 ms
131,776 KB
testcase_09 AC 367 ms
131,612 KB
testcase_10 AC 371 ms
131,440 KB
testcase_11 AC 382 ms
131,684 KB
testcase_12 AC 377 ms
131,776 KB
testcase_13 AC 387 ms
131,440 KB
testcase_14 AC 386 ms
131,584 KB
testcase_15 AC 375 ms
131,836 KB
testcase_16 AC 367 ms
131,584 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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