So i used Arpa's bigint for today's C: https://codeforces.net/blog/entry/22566 and got skipped. Isn't it allowed to use code written before contest? What's going on here fcspartakm?
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3831 |
3 | Radewoosh | 3646 |
4 | jqdai0815 | 3620 |
4 | Benq | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | gamegame | 3386 |
10 | ksun48 | 3373 |
# | User | Contrib. |
---|---|---|
1 | cry | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
5 | -is-this-fft- | 158 |
6 | awoo | 157 |
7 | adamant | 156 |
8 | TheScrasse | 154 |
8 | nor | 154 |
10 | Dominater069 | 153 |
So i used Arpa's bigint for today's C: https://codeforces.net/blog/entry/22566 and got skipped. Isn't it allowed to use code written before contest? What's going on here fcspartakm?
Name |
---|
Pinging everyone else to get attention BledDest vovuh MikeMirzayanov.
s̶h̶o̶u̶l̶d̶'̶v̶e̶ ̶j̶u̶s̶t̶ ̶u̶s̶e̶d̶ ̶p̶y̶t̶h̶o̶n̶
this might help link. feelsbadman T_T
Well yeah, I would guess contest authors are aware of codeforces rules...
Sure it is a false positive plagiarism detection issue. It happens rarely.
But did you read the comment from the system? It gives you a standard way to resolve such issues. No need to write posts like this.UPD: Sorry, I don't know why you didn't receive a message about the violation. I'll investigate it.I didn't get any message.
Hi went through your solution. I am unable to understand couple of things.
What is the purpose of substracting and adding 1 for upper k or lower k?
Thanks
Those are div floor and div ceil functions and they do exactly that. The inequalities for k come from requirement that solution is greater or equal to zero.