How is it possible that the exactly same solution produces 0.3 in first run and 0.2 sec in second run ??
The solutions are
CodeChef: Practical coding for everyone
and
How is it possible that the exactly same solution produces 0.3 in first run and 0.2 sec in second run ??
The solutions are
CodeChef: Practical coding for everyone
and
Such a small difference due to a compiler optimization done in one case and not the other or even server load.
You may refer to this question: http://discuss.codechef.com/questions/60253/why-time-increases?page=1#60256