Dear Codeforces community,
What strategy do you use to hack others code. Writing code and then comparing with other? Did anyone tried automating it? Is it possible to build a tool that convert image to text and then stress testing it. I'd like to know what strategy do you use?
Thank you and have a nice day.
Only tip I have is that before you lock some problem, check your room to see which problems people got hacked on, statistically it should mean that those problems have weaker pretests, so you can have a higher chance on hacking those. On the other hand, when you see such problem you might want to double check you solution before locking it so no one will hack you on it.
Check everyone not just your room, if there are already many hacks in your room you are probably too late.
good point.
"Writing code and then comparing with other? Did anyone tried automating it? Is it possible to build a tool that convert image to text and then stress testing it" — from a technical point of view it is surely possible, but it's not like you can't copy these codes directly for no reason. It is strictly prohibited to do so and doing that would be considered as cheating.