結果

問題 No.3063 幅優先探索
ユーザー kotatsugamekotatsugame
提出日時 2020-04-01 22:26:21
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 349 ms / 2,000 ms
コード長 34 bytes
コンパイル時間 289 ms
コンパイル使用メモリ 119,452 KB
実行使用メモリ 128,072 KB
最終ジャッジ日時 2023-09-09 19:01:03
合計ジャッジ時間 4,847 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 324 ms
127,564 KB
testcase_01 AC 322 ms
127,736 KB
testcase_02 AC 326 ms
127,660 KB
testcase_03 AC 320 ms
127,660 KB
testcase_04 AC 322 ms
127,968 KB
testcase_05 AC 324 ms
127,440 KB
testcase_06 AC 322 ms
128,072 KB
testcase_07 AC 326 ms
127,860 KB
testcase_08 AC 322 ms
127,468 KB
testcase_09 AC 324 ms
127,456 KB
testcase_10 AC 349 ms
127,472 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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