Python users are not able to clear IWIN problem of PSYcoder2015 contest.

For python users the time limit of the question IWIN in PSYCODER contest is not appropriate.I have checked that most of the python users are getting TLE even when the same logic is applied as in other Programming languages.

yes you r right… i also faced a similar problem :confused:

here is my python code iwin.py and same code in C++ iwin.cpp.