Блог пользователя the_hyp0cr1t3

Автор the_hyp0cr1t3, история, 6 лет назад, По-английски

Here's a little something I wrote and put together from various sources. This guide contains numerous things I've learned and come across, both cp and general C++ related, through my (albeit short) competitive programming journey.

Github Guide link

  • Проголосовать: нравится
  • +56
  • Проголосовать: не нравится

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +24 Проголосовать: не нравится

Crazy detailed and formatted!

Thanks, it's brilliant :D

»
6 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Thanks a lot for this! Are you going to add more topics in the future?

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +2 Проголосовать: не нравится

It's very helpful. Please add backtracking section. That would be much help.

»
6 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Amazing, thanks, a lot !!

»
6 лет назад, скрыть # |
 
Проголосовать: нравится +43 Проголосовать: не нравится

It's stupid to start an introductory guide with info on setting up IDE in some special way, learning shortcuts, or installing the cp helper. This is the opposite of important. You don't teach kids math by first showing them all the buttons on a calculator. It's enough to know how to compile and enter input (does the guide even explain this?).