I use Visual Studio Code with CPH and Thorium browser. I am just curious about what tools do you use to do competitive programming.
# | User | Rating |
---|---|---|
1 | jiangly | 4039 |
2 | tourist | 3841 |
3 | jqdai0815 | 3682 |
4 | ksun48 | 3590 |
5 | ecnerwala | 3542 |
6 | Benq | 3535 |
7 | orzdevinwang | 3526 |
8 | gamegame | 3477 |
9 | heuristica | 3357 |
10 | Radewoosh | 3355 |
# | User | Contrib. |
---|---|---|
1 | cry | 168 |
2 | -is-this-fft- | 165 |
3 | atcoder_official | 160 |
3 | Um_nik | 160 |
5 | djm03178 | 157 |
6 | Dominater069 | 156 |
7 | adamant | 153 |
8 | luogu_official | 152 |
9 | awoo | 151 |
10 | TheScrasse | 147 |
I use Visual Studio Code with CPH and Thorium browser. I am just curious about what tools do you use to do competitive programming.
Name |
---|
Custom Invocation :)
I use this setup and GNU IceCat.
SublimeText + gcc = light weight + beginner friendly + infinity pre-built themes
Simplest of them all: vim + gcc
CodeBlocks)
I use Neovim with the competitest plugin. It imports all the testcases automatically from a problem and also automates testing my solution against those testcases.
if there are more than 2 seperate test cases then are all the test cases available to run in the terminal.
VS code with CPH extension and Material UI extention.
VS code + my hands
CLion + Safari
Sublime-text + gcc + local debugging
What do you mean by local debugging?
https://codeforces.net/blog/entry/106004
Windows: Devcpp + TDM-GCC setup
Linux: gedit + bash + gcc
neovim + gcc
Microsoft visual studio^_^
VSCode + CPH all the way
I use 6 monitors to be able to open 6 problems simultaneously. On each monitor I open vim and a problem in a split-screen mode. Then I use 3 keyboards (controlled simultaneously by my two hands and a feet), to code 3 problems simultaneously (at the same time thinking about 3 other problems in background). I'm planning to attach 4 more hands to myself to be able to comfortably code on 6 keyboards using hands only.
Here is photo of my setup (mouse is just for fun, lol):
Nice setup. Instead of getting 4 new hands, I'd suggest that you start training a very important body part and then you will be able to code 4 problems at once.
You may need more monitors to display the questions
https://www.codechef.com/ide :)
gedit + Chrome
gedit + gcc. Honorable mention to a phase in my life where I upsolved problems with notepad and gcc.
Rust + VSCode + rust-competitive-helper.
GNU Emacs
https://ide.usaco.guide/ :)
me too! https://imgur.com/a/uHBEUxo
As I am quite seasoned, the historic 1998 Dev-C++ by Bloodshed (in the last 2021 fork version by Embarcadero), with GCC
I use CLion and sometimes nodepad++ I like both
dev-c++
CodeChef IDE:)
Microsoft Word + brain
Windows + Far Manager + MinGW.
Far is bad as IDE (or I can't use it), but it is good in managing files quickly.
Jupyter Notebook (python)
sublime + cmd
The Jetbrains font is real cool...
At the moment I like to use CLion as it works very well on Linux and it provides a good debugger. I don't use any special tools.