Hello Codeforces!!!
Today I tried to do as much as possible so as not to fail Div.4. Solved several easy, several difficult problems, wrote 2 virtual past Div.4. But what pleased me most was today's Div.4. I solved 4 problems on the first try without difficulty, I really hope that after this round, even if I don’t become a pupil, I will at least get closer to it. I also practiced number theory today, which helped me a lot in the contest. I can't wait to see the results of the contest.
Plans for tomorrow:
Solve E from today's Div.4, and the remaining plans from yesterday.
Why do you upload solutions during the contest....Please refrain from doing that I was searching for cheaters after the contest and found you uploading solns on your channel CODE WITH NORP and your profile opened.
Ok.....
I'm sorry.....
I also solved the first 4 easly!
4th was not as easy.
well.... If u were ready (and solved 100 problems from problemset due to stress of low ratings), it is easy
Why problem E I just made a small mistake and that leads to an end of my dream ToT After contest I just changed some lines and it's correct lol
I had a same thing happen to me. I wrote a solution for E, it didn't pass, i stared at the code for 30 minutes, rewrote the idea in the exact same logic and it worked. i lost so much time to that :sob:
Congrats with good performance, but be careful about solutions leak.
E is almost like D, I think you can do it, just find possible lengths of k and then bruteforce.
Btw, do you read solutions by others (like jiangly/tourist/ksun48/..) after solving by yourself? I highly recommend doing that at least to enjoy beautiful and clean code.
By the way, do you think my solution for D will pass system testing?
if people used your code, then no.
It was worstest mistake......
It's quite hard to read with multiple operations packed into one line, that's why I recommended reading good examples :)
Also there are some possibilities for subtle errors, for example, GMs never compare int i with sqrt(a), instead they compare i*i with a to avoid possible rounding errors.
Maybe your solution is prone to TLE with 50k of 83160 (or 87846), since you always recalculate everything on every launch. Otherwise probably it should pass. But I wouldn't take such risks and do like this.
As a result, the AC without any problems, on top of everything else, this round brought me to level 1100, a new record
Nice, but don't make a habit of implementing solutions 15 times slower than necessary (and more code at the same time), time limits are not always so generous
Hey Norp, what resource/questions did you use for practicing number theory. Checked out your youtube channel, you just gained a subscriber, yayyy
He has youtube channel????
I wish you good luck and don't give up no matter what. <3
Others have already said, but make sure to upload your solutions to round AFTER the round ends, or someone might use it to cheat.
Ok
Bro, you submit too many 800 problems, I think you should practice on 1200-1400 problems and then you will definitely become a pupil!
Ur right!