Editorial for Valentine's Day '19 J1 - Rainbow Rating


Remember to use this editorial only when stuck, and not to copy-paste code from it. Please be respectful to the problem author and editorialist.
Submitting an official solution before solving the problem yourself is a bannable offence.

Author: Rimuru

This question forced you to make several if-statements. Follow the rating chart, with the additional rating of Rainbow Rating, and you would result in full points for this problem.

Time complexity: \mathcal O(N)


Comments


  • -5
    barbodsalehi  commented on Aug. 20, 2020, 2:24 a.m.

    This comment is hidden due to too much negative feedback. Show it anyway.


    • 3
      Kirito  commented on Aug. 20, 2020, 3:55 a.m.

      Re-read the input specifications.

      The first line of input will contain N.

      The next N lines of input will contain x_i, the rating of the i^{th} user.