Hello Everyone, Can anyone explain me whether comments in a program hinder the speed of the execution of the code? In yesterday's contest one of my solutions gets TLE on system testing,but when I submit the same code now by removing all the comments,it gets accepted.