結果

問題 No.3063 幅優先探索
ユーザー kotatsugamekotatsugame
提出日時 2020-04-01 22:26:21
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 345 ms / 2,000 ms
コード長 34 bytes
コンパイル時間 645 ms
コンパイル使用メモリ 132,188 KB
実行使用メモリ 144,564 KB
最終ジャッジ日時 2024-06-27 11:36:59
合計ジャッジ時間 5,022 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 332 ms
143,928 KB
testcase_01 AC 330 ms
144,052 KB
testcase_02 AC 331 ms
143,928 KB
testcase_03 AC 326 ms
144,048 KB
testcase_04 AC 329 ms
143,920 KB
testcase_05 AC 345 ms
144,296 KB
testcase_06 AC 331 ms
144,564 KB
testcase_07 AC 331 ms
144,432 KB
testcase_08 AC 341 ms
144,180 KB
testcase_09 AC 329 ms
144,044 KB
testcase_10 AC 331 ms
144,304 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;say abs($2-$4)+abs($3-$5)
0