For the problem DISHOWN in JULY14 challenge I first tried in C++ 4.3.2 and got TLE
then I uploaded the same code(of course changed cin & cout to scanf and printf) got AC in C.
Admin/Anyone please exlain the reasons for this:
C++ 4.3.2 Submission(TLE): http://www.codechef.com/viewsolution/4284093
C Submission(AC): http://www.codechef.com/viewsolution/4284183
Thank’s in Advance.