This commit is contained in:
2026-02-23 15:34:27 -03:00
24 changed files with 3278 additions and 0 deletions

10
TODO.md
View File

@@ -116,6 +116,16 @@ Official divs from codeforces
I honestly have no idea how to solve this one, I might have to look at the
editorial after.
- [ ] [D. Counting Factorizations](https://codeforces.com/problemset/problem/1794/D)
I didn't have enough time and just wanted to do something else when I was doing
this problem, I should get back to it when I have the head for it.
- [ ] [D. Lonely Mountain Dungeons](https://codeforces.com/problemset/problem/1928/D)
I got everything I need to do it, but I still need to find the equation to solve
every single case...
- Div 3
- [ ] [G. Cry Me a River](https://codeforces.com/contest/2137/problem/G)