Including the Universal Header bits/stdc++.h in VS Code
Recently, I have often needed to include the universal header bits/stdc++.h when doing Kick Start. However, my beloved editor VS Code always fails to locate this header correctly and shows a red squiggly error. As a programmer, I absolutely cannot tolerate that, so I tried to solve the problem. I se