In world finals i saw that tourist was using geany. why? What is the advantage of using this?
How can i read an input from a different file on geany?
№ | Пользователь | Рейтинг |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3823 |
3 | Benq | 3738 |
4 | Radewoosh | 3633 |
5 | jqdai0815 | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | ksun48 | 3390 |
10 | gamegame | 3386 |
Страны | Города | Организации | Всё → |
№ | Пользователь | Вклад |
---|---|---|
1 | cry | 167 |
2 | maomao90 | 163 |
2 | Um_nik | 163 |
4 | atcoder_official | 161 |
5 | adamant | 159 |
6 | -is-this-fft- | 158 |
7 | awoo | 157 |
8 | TheScrasse | 154 |
9 | nor | 153 |
9 | Dominater069 | 153 |
Название |
---|
2015 ACM-ICPC World Finals Programming Environment
Which editor/IDE does tourist (Gennady Korotkevich) use for programming competitions?
Given all the options listed above (vim, emacs, geany, eclipse), I would say geany is a closer alternative to Far Manager(The editor he uses). I would say this is the only reason.
Editors do NOT give you an edge not all. All popular IDEs/editors work wonders if configured properly (vim and emacs arguably take a bit more time to do so). In programming contests, it's all about what you have learned, can you put the pieces together, can you collaborate with your teammates ... etc.. When it comes to editors, it's all personal preference really, what you find the most comfort coding on.
PS. I have tried all of the listed editors.
Do you know how to read an input file? like A.in
You can either:
1_ Add this line right after main()
You can also use it with preprocessor macros.
2_ Open up the terminal