Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

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

Автор Ihave4fish, история, 4 года назад, По-английски

What should I do if I don’t understand a problem statement(like this problem)?

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

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

You need to the read the explanation for sample test cases carefully. And come back to reading the question again. Most of the times when I didn't get a question, I understand that question by the explanation for sample test cases.

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

You must downvote the shit out of the announcement.

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

My experience is when the state is too long and hard to read. Then you try to find the keywords (some what I think must have paid attention to be able to solve). Then I try to observe from the Example, how can input -> output, read the explanation if posisble.

Then I re-read the statement again. But in this time if I still dont understand I change the problem.