fenil123's blog

By fenil123, history, 12 months ago, In English

I've been practicing and competing using python3.

Would it become necessary to learn a faster language for solving harder questions ?

I haven't seen anyone doing it in python.

  • Vote: I like it
  • 0
  • Vote: I do not like it

| Write comment?
»
12 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Use pypy and you'll be fine

»
12 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

I've encountered problems that can't be solved in python but they very rare. So, yes, but it's not critical. But it's sooo tilting to later discover that you were right the whole time but just wrote in wrong language.

Anyway learning c++ for CP and in general will be useful. Try it, you'll like it :)

»
12 months ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

In principle, no. pajenegod is a living example (and a legend).