I shamelessly stole my solution from someone else in a related problem which I solved using two for loops and got access to community solutions.
With for loops this would be medium but without this became impossibly hard for me.
With the usage of for loops this becomes doable. There are similar problems where it (and while) are explicitly banned in test cases so that my solution there got errored. How do I solve this without?