AtCoder Daily Training ALL 2025/07/31 18:30startが開始されました。
AtCoder Daily Training ALL 2025/07/31 18:30startは終了しました。
This is a very simple problem. We build a tree according to the question.
Specifically, we connect \(a_i\) to \(i\) and \(i+1\).
And then we dfs the whole tree to find the depth of each node.
投稿日時: 最終更新: