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

Unofficial Editorial for Atcoder ABC 191

Правка en1, от Naithani, 2021-02-07 10:53:58

Problem A :

The ball is invisible for time: [S, T], which means it will be invisible for the section: [S*V, T*V]. To hit the ball by Akoi D must not lie in this section, that means D should be less than S * V or greater than T * V

Link to my code

Problem B:

Just a straight forward implementation, print those numbers which are not equal to X.

Link to my code

Теги abc191, #editorial

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en6 Английский Naithani 2021-02-07 12:10:50 0 (published)
en5 Английский Naithani 2021-02-07 12:09:33 1 Tiny change: 'n\n\nThank :)\n' -> 'n\n\nThanks :)\n'
en4 Английский Naithani 2021-02-07 12:09:16 446 Tiny change: '92353)\n\n' -> '92353)\n\n\nThank :)\n'
en3 Английский Naithani 2021-02-07 11:56:32 1140 Tiny change: ' answer.\n2. If `Y' -> ' answer.\n\n2. If `Y'
en2 Английский Naithani 2021-02-07 11:05:08 227
en1 Английский Naithani 2021-02-07 10:53:58 577 Initial revision (saved to drafts)