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

Автор Erering, история, 18 месяцев назад, По-английски

Hello Codeforces I tried submitting my code for the problem A1. Gardener and the Capybaras (easy version) in the contest:Codeforces Round #843 (Div 2) and it said that the output was wrong for test case 1. Heres test case 1:bbba. My output: bb b a. What the Codeforces Judge says: wrong answer Ordering constrains were violated (test case 1). I'm sure that my output satisfies this condition: b≤a and b≤c. Is there something I missed because I read the problem a couple times and cant find any thing related to why my output would be wrong.

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