Skip to content

Instantly share code, notes, and snippets.

View onewiththeonly1's full-sized avatar
🎯
Focusing

(0|)3®️ onewiththeonly1

🎯
Focusing
  • |_| |\| ! \/ 3 ®️ 5 3
View GitHub Profile
@satwikkansal
satwikkansal / cheatsheet.cpp
Last active July 3, 2024 14:57
C++ STL cheatsheet for competitive progrmming
/*
This a header file that includes every standard library.
You can use it to save time.
NOTE: This header file may not be recognized by compilers
other than gcc.
*/
#include <bits/stdc++.h>
/*
//Use this if the above header file doesn't work.