Codeforces и Polygon могут быть недоступны в период с 6 декабря, 22:00 (МСК) по 7 декабря, 00:00 (МСК) в связи с проведением технических работ. ×

Блог пользователя SpeedOfGangarians

Автор SpeedOfGangarians, история, 5 лет назад, По-английски

Can someone help me out with this problem
1234D - Distinct Characters Queries
I don't understand why i am getting WA on testcase 2
My solution::74862671
Thanks in advance

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
5 лет назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

When you make an update, you update your sets, but you don't actually make the change to the string. Here's the modified submission, you can see the change I made and why it was necessary.

»
5 лет назад, # |
Rev. 2   Проголосовать: нравится +1 Проголосовать: не нравится

I never knew that you could include header tags inside blog titles.