結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 374 ms
133,704 KB
testcase_01 AC 377 ms
133,636 KB
testcase_02 AC 375 ms
133,360 KB
testcase_03 AC 380 ms
133,348 KB
testcase_04 AC 383 ms
133,440 KB
testcase_05 AC 384 ms
133,404 KB
testcase_06 AC 372 ms
133,492 KB
testcase_07 WA -
testcase_08 AC 382 ms
133,532 KB
testcase_09 AC 381 ms
133,524 KB
testcase_10 AC 379 ms
133,576 KB
testcase_11 AC 377 ms
133,544 KB
testcase_12 AC 379 ms
133,640 KB
testcase_13 AC 371 ms
133,600 KB
testcase_14 AC 374 ms
133,724 KB
testcase_15 WA -
testcase_16 AC 371 ms
133,424 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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