結果
問題 | No.8063 幅優先探索 |
ユーザー | 👑 obakyan |
提出日時 | 2020-04-01 22:07:21 |
言語 | Lua (LuaJit 2.1.1734355927) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 112 bytes |
コンパイル時間 | 57 ms |
コンパイル使用メモリ | 5,376 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-06-27 11:00:02 |
合計ジャッジ時間 | 589 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 9 |
ソースコード
a, b = io.read("*n", "*n") c, d = io.read("*n", "*n") e, f = io.read("*n", "*n") print(math.abs(e + f - c - d))