Top 4 Bad Coding Practice for Competitive Programmers

Опубликовано: 30 Сентябрь 2024
на канале: codemastercpp
2,183
132

I'm just kidding, All languages are good if used properly, except the one you use

I write very bad code and will continue to do so because I'm lazy.
Hope I've corrupted a few more programmers and that you all learned something from this.

The Pragma Explanation Blog: https://codeforces.com/blog/entry/96344

My profiles:
Github: https://github.com/prince776
Linkedin:   / prince776  
Codeforces: https://codeforces.com/profile/codema...
Codechef: https://www.codechef.com/users/codema...
Atcoder: https://atcoder.jp/users/codemastercpp

Timestamps:
0:00 Introduction
0:33 Sick Animation
0:37 #4: Include bits/stdc++.h
1:05 #3: Too much stack size
2:03 #2: Pragma spam + underdeserved save from FST
3:25 #1: Watch it, bruh
4:04 Extra tips + how it saved from getting hacked
4:52 Special tip for non-C++ programmers