JustPaste.it

User Snippet C++

{
    "default": {
        "prefix": [
            "coderag",
        ],
        "body": [
            "#include <bits/stdc++.h>",
            "using namespace std;",
            "int main()",
            "{",
            "ios_base::sync_with_stdio(false);",
            "cin.tie(NULL);",
            "int test;",
            "cin >> test;",
            "while (test--)",
            "{",
            "int n;",
            "cin >> n;",
            "}",
            "return 0;",
            "}"
        ],
        "description""Default Code"
    }
}