Insertion Sort Advanced Analysis

  • + 0 comments

    The template is ****!

    First off it suggests that the results will fit in an int.

    Secondly my code was too slow due to the large input. Then I modified their io template even further with ios::sync_with_stdio(true) and cin.tie(0) et voila Accepted.