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

Автор anuj_shah, история, 7 лет назад, По-английски

This submission got idleness limit exceeded. This submission got accepted.

What's the difference?

Полный текст и комментарии »

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

Автор anuj_shah, история, 7 лет назад, По-английски

In this question on Hackerearth, I have implemented Segment tree with lazy propagation in Python and it generated TLE. Can somebody help me with this? Thanks in advance.

My Submission

Полный текст и комментарии »

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

Автор anuj_shah, история, 7 лет назад, По-английски

In this question of codechef when I use map(int, raw_input().split()) it generated Runtime Error (NZEC) and when I used [int(x) for x in raw_input().split()] it worked like charm. Could anyone help me with this?

My solution which worked correctly: Code Runtime Error: Code

Полный текст и комментарии »

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