Recently, I was interested in the question — how useful templates that are copied each time to the body of the program are? Is this question relevant only for the C / C + +? Does it drastically save time? Give good, tested template for C + +.
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3831 |
3 | Radewoosh | 3646 |
4 | jqdai0815 | 3620 |
4 | Benq | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | gamegame | 3386 |
10 | ksun48 | 3373 |
# | User | Contrib. |
---|---|---|
1 | cry | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
5 | -is-this-fft- | 158 |
6 | awoo | 157 |
7 | adamant | 156 |
8 | TheScrasse | 154 |
8 | nor | 154 |
10 | Dominater069 | 153 |
Recently, I was interested in the question — how useful templates that are copied each time to the body of the program are? Is this question relevant only for the C / C + +? Does it drastically save time? Give good, tested template for C + +.
Name |
---|
In my opinion better will be to write ur own template.
In some case, yes, it is! You don't need to think about including if you use it and so on
Includes are okay, but tons of FOR, FORN, FORM, FOR1, PB and MP, as for me, overkill and ruins all code.
If it is a project, it is looks really bad. But in online contests it doesn't matter (I don't use FORN etc, it's easier to me)