brew install gcc
{
"Standard Library Header": {
"prefix": "cppstd",
"body": [
"#include <bits/stdc++.h>",
"using namespace std;",
"",
"// Time Complexity: ",
"// Space Complexity: ",
"",
"$1",
""
],
"description": "Includes the standard C++ library header and uses the standard namespace"
}
}