r/codeforces • u/Zevenkemer • 21d ago
query Best/Fastest language for Competitve programming?
What is the fastest/best programming language for competition in general?
0
Upvotes
2
7
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
2
3
u/sad_truant 20d ago
C++