Ishtiaq11's blog

By Ishtiaq11, history, 8 years ago, In English

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.

  • Vote: I like it
  • -14
  • Vote: I do not like it

| Write comment?
»
8 years ago, # |
  Vote: I like it 0 Vote: I do not like it

guidline please.

»
8 years ago, # |
  Vote: I like it +5 Vote: I do not like it

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.