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

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

Hello coders..

  1. Use sys module in your code for taking input. input = sys.stdin.readline
  2. Don't convert input array into list while taking input like this ->> "(a = list(map(int,input().split(' '))))" , use "(input().split())" and for iterating this input use enumerators.
  • Проголосовать: нравится
  • -12
  • Проголосовать: не нравится