結果

問題 No.3063 幅優先探索
ユーザー kotatsugamekotatsugame
提出日時 2020-04-01 22:24:46
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 318 ms / 2,000 ms
コード長 41 bytes
コンパイル時間 1,179 ms
コンパイル使用メモリ 118,848 KB
実行使用メモリ 133,224 KB
最終ジャッジ日時 2023-09-09 18:59:24
合計ジャッジ時間 5,599 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 316 ms
132,896 KB
testcase_01 AC 317 ms
132,952 KB
testcase_02 AC 315 ms
132,884 KB
testcase_03 AC 317 ms
133,224 KB
testcase_04 AC 317 ms
133,164 KB
testcase_05 AC 317 ms
132,896 KB
testcase_06 AC 318 ms
132,792 KB
testcase_07 AC 314 ms
132,892 KB
testcase_08 AC 318 ms
133,168 KB
testcase_09 AC 315 ms
133,036 KB
testcase_10 AC 318 ms
133,116 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;(get.words Z-get.words)>>.abs.sum.say
0