Hi codeforces community, I was solving 1820A - Yura's New Name and I got WA when I used \text{s.length()} \times \text{s.length()}, but got AC when I used n*n(but n is the same as s.length()) Is this supposed to happen? 299256114 is the AC code and 299255008 is the other one. Check the second "else if" statement at the end.