結果

問題 No.149 碁石の移動
ユーザー yuruhiyayuruhiya
提出日時 2020-10-18 19:15:25
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 45 bytes
コンパイル時間 324 ms
コンパイル使用メモリ 120,300 KB
実行使用メモリ 131,720 KB
最終ジャッジ日時 2023-09-28 12:01:41
合計ジャッジ時間 8,298 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 361 ms
131,392 KB
testcase_02 AC 364 ms
131,324 KB
testcase_03 AC 364 ms
131,396 KB
testcase_04 AC 362 ms
131,392 KB
testcase_05 AC 353 ms
131,480 KB
testcase_06 AC 358 ms
131,572 KB
testcase_07 AC 366 ms
131,432 KB
testcase_08 AC 361 ms
131,672 KB
testcase_09 AC 358 ms
131,396 KB
testcase_10 AC 359 ms
131,120 KB
testcase_11 WA -
testcase_12 AC 360 ms
131,544 KB
testcase_13 AC 366 ms
131,324 KB
testcase_14 WA -
testcase_15 AC 356 ms
131,452 KB
testcase_16 AC 352 ms
131,396 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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