Two exact same solutions of AMSGAME2 one in Python (link) and another in C++ (link), Python solution leads to TLE while C++ solution gets AC.
Why so? Is it the matter of taking input in Python or some other reason?
I looked up here for all python submissions but there isn't a single AC solution yet.
↧
AMSGAME2 : Two exact same solutions, C++ -> AC while Python -> TLE? Any idea?
↧