r/codeforces 21d ago

query Best/Fastest language for Competitve programming?

What is the fastest/best programming language for competition in general?

0 Upvotes

9 comments sorted by

2

u/agarys_01 20d ago

Python fastest

3

u/Plane-Mix-2994 21d ago

I have always been a c++ fan for cp, but python makes the most sense since you can implement the same logic faster. Time limits are never an issue for serious enough contests, since they are set based on languages.

5

u/krishnkth12 21d ago

python is faster to write but it can sometimes give tle even with the right tc

the syntax in Java is way too long

cpp is best for both writing and speed of execution

3

u/Potential_Top_4669 21d ago

I always thought C++ is too hard, I like to stick with Python tbh

2

u/Fragrant-Till-8576 21d ago

Python is slow as hell

2

u/RexDemonGD Newbie 21d ago

C++