Skip to content

Commit

Permalink
CF1923E 树形DP
Browse files Browse the repository at this point in the history
  • Loading branch information
EndlessCheng committed Feb 24, 2024
1 parent 63a1c99 commit bdca0af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/1900-1999/1923E.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ func cf1923E(_r io.Reader, _w io.Writer) {
}
}
cnt[c] = tmp + 1
return
}
dfs(0, -1)
Fprintln(out, ans)
Expand Down

0 comments on commit bdca0af

Please sign in to comment.