Hello everyone! Lately I stumbled upon a strange issue, when I was solving 1324C - Frog Jumps. I usually wrap my code with a template (defines etc.), so here is submission 73465768, which is getting runtime error on test 1. However when I rewrote my code without this template it got accepted 73465554! Can anyone explain me why the code with a template gets runtime error?