HELP IN Registration system problem

Правка en3, от jweh, 2020-07-12 10:28:27

In the registration system problem from Code forces beta round #4 it is given that the number of character in a string are not more than 32.but when i use a string of size exactly 32 character i get a wrong answer on 13 test case.and if i use s[33] my solution is accepted.can i know where I am going wrong This is my code- Your text to link here...

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en3 Английский jweh 2020-07-12 10:28:27 600
en2 Английский jweh 2020-07-12 10:25:47 44
en1 Английский jweh 2020-07-12 10:19:42 914 Initial revision (published)