I'm sorry to complain, but I've just seen the results of system testing in [contest:1957] and my submission on problem C received a runtime error on test 33. ↵
I think the problem is related to the return statement in the `void solve()` function because after the contest I've tried submitting the same code but just removing the return and using `if else`.↵
I link here the two solutions :↵
↵
- Runtime error of contest submission [submission:257632795]↵
↵
- Post contest accepted [submission:257645791]9765]↵
↵
I don't really care that much about rating and I'm not here to ask for a re-judgment, but I'm really curious about what could be causing this, so I don't make the same mistake in the future.↵
↵
↵
I think the problem is related to the return statement in the `void solve()` function because after the contest I've tried submitting the same code but just removing the return and using `if else`.↵
I link here the two solutions :↵
↵
- Runtime error of contest submission [submission:257632795]↵
↵
- Post contest accepted [submission:25764
↵
I don't really care that much about rating and I'm not here to ask for a re-judgment, but I'm really curious about what could be causing this, so I don't make the same mistake in the future.↵
↵
↵