Блог пользователя READUS.md

Автор READUS.md, история, 2 года назад, По-английски

In the official solution, the method of this problem is described as below:

Click to see the method

But, what the f**k is the official standard code writing! It is considering a word is nice if the number of occurrences of A and B is even. It didn't even use a stack as the method above mentioned!

Click to see the official standard code

9 years passed and didn't even a single person mentioned this mistake???

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

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

You are right of course, it doesn't even pass the first sample, weird...

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

then implement it by yourself you are not going to improve by looking at the code of the solution.

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

Where can I find/submit old COCI problems? I know oj.uz has 2015 onwards, but definitely not 2012/2013.