Things are getting easier to solve these AtCoder problems, but it's just I don't have enough understanding of the standard library that I end up spending so much time searching how some functions work instead of actually solving T T
Slow to load but I finished all the easy 100 questions in AtCoder Problems! Not much but still something. C++ is also surprisingly enjoyable to write with, with all the strictness that it has, I think that's where the beauty programming lies as well.
Today's FIWB CPP got me finding the best way to evenly split a cuboid. It was a simple solve with checks on whether any side is even, and if not, it'll just be a one-slice difference between the two pieces. Had a fun time solving this one :D
Day 6 - fiwb-cpp
Just spent an hour trying to solve an 'easy' question. It is these moments that make me feel real dumb, especially right after I find the solution which was as simple as counting thing separately.