It varies for me depending on the nature of the problem. Saturday probably took me an hour for both parts, Sunday only 10 minutes. I’d nearly always be able to do them more quickly in python, but the challenge I’ve set myself is to do them in FME.
Also, if you’ve done previous contests, you get to know the style of problems they set so that makes things easier.
Nine times out of ten, if you can brute force a solution for part 1, you’ll find part 2 needs a rewrite so you know to start looking for patterns or alternative ways of getting the answer. Today’s was unusual in that you could complete part 2 even with a naive solution for part 1