結果

問題 No.149 碁石の移動
ユーザー kotatsugamekotatsugame
提出日時 2021-02-01 20:01:00
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 35 bytes
コンパイル時間 286 ms
コンパイル使用メモリ 120,008 KB
実行使用メモリ 135,248 KB
最終ジャッジ日時 2023-09-12 10:41:21
合計ジャッジ時間 8,177 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 332 ms
131,336 KB
testcase_01 AC 329 ms
131,640 KB
testcase_02 AC 332 ms
131,428 KB
testcase_03 AC 329 ms
131,548 KB
testcase_04 AC 364 ms
131,600 KB
testcase_05 AC 335 ms
131,588 KB
testcase_06 AC 332 ms
131,356 KB
testcase_07 WA -
testcase_08 AC 333 ms
131,640 KB
testcase_09 AC 338 ms
131,428 KB
testcase_10 AC 328 ms
131,476 KB
testcase_11 AC 334 ms
131,536 KB
testcase_12 AC 335 ms
131,336 KB
testcase_13 AC 337 ms
131,576 KB
testcase_14 AC 334 ms
131,596 KB
testcase_15 AC 336 ms
131,708 KB
testcase_16 AC 337 ms
131,540 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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