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

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

I am a beginner in python. I've solved problems in some OJs with C++. Now i want to do it with Python 3. I started but i saw that my code wasn't not efficient. I got run time error or Time Limit. I faced problems taking input specially in UVa problems. Please help me.

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

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

guidline please.

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

Your question is very vague, but I usually use input() and map(int,input().split()) for python

But based on your question that says "Runtime Error" or "Time Limit Error", your problem seems like something other than taking input.