結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 409 ms
135,508 KB
testcase_02 AC 396 ms
133,780 KB
testcase_03 AC 406 ms
135,700 KB
testcase_04 AC 407 ms
135,640 KB
testcase_05 AC 401 ms
133,596 KB
testcase_06 WA -
testcase_07 AC 404 ms
133,960 KB
testcase_08 AC 402 ms
135,552 KB
testcase_09 AC 405 ms
136,024 KB
testcase_10 AC 395 ms
133,896 KB
testcase_11 WA -
testcase_12 AC 392 ms
133,856 KB
testcase_13 AC 403 ms
135,804 KB
testcase_14 WA -
testcase_15 AC 389 ms
133,628 KB
testcase_16 AC 398 ms
133,596 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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