HELP IN Registration system problem

Revision en3, by 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...

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en3 English jweh 2020-07-12 10:28:27 600
en2 English jweh 2020-07-12 10:25:47 44
en1 English jweh 2020-07-12 10:19:42 914 Initial revision (published)