結果

問題 No.149 碁石の移動
ユーザー yuruhiyayuruhiya
提出日時 2020-10-18 19:21:57
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 56 bytes
コンパイル時間 463 ms
コンパイル使用メモリ 126,404 KB
実行使用メモリ 137,836 KB
最終ジャッジ日時 2024-07-21 06:40:25
合計ジャッジ時間 8,387 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 403 ms
136,868 KB
testcase_02 AC 404 ms
136,516 KB
testcase_03 AC 402 ms
136,388 KB
testcase_04 AC 403 ms
136,520 KB
testcase_05 AC 407 ms
137,028 KB
testcase_06 WA -
testcase_07 AC 402 ms
136,864 KB
testcase_08 AC 404 ms
136,868 KB
testcase_09 AC 417 ms
136,864 KB
testcase_10 AC 405 ms
136,644 KB
testcase_11 WA -
testcase_12 AC 401 ms
136,264 KB
testcase_13 AC 405 ms
136,516 KB
testcase_14 WA -
testcase_15 AC 401 ms
136,996 KB
testcase_16 AC 404 ms
136,996 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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