mahim007's blog

By mahim007, history, 7 years ago, In English

here is my code: 23522947 problem link: 750C - Новый год и рейтинг i used left boundary and right boundary for managing lowest and highest possible values.but can't manage to get accepted. what is wrong in my logic,someone help me to find that.

  • Vote: I like it
  • +2
  • Vote: I do not like it

| Write comment?
»
7 years ago, # |
Rev. 2   Vote: I like it +1 Vote: I do not like it

Hint: the line if(divv[i]==1 && (r>=1899 || l>1899)){ contains the error.