Advertisement
jbn6972

Untitled

Apr 20th, 2023
747
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.65 KB | None | 0 0
  1. "boilerplate": {
  2.         "prefix": "boilerplate code",
  3.         "body": [
  4.             "// Code Written by : John Nixon",
  5.             "// Date: $CURRENT_DATE:$CURRENT_MONTH:$CURRENT_YEAR  Time: $CURRENT_HOUR:$CURRENT_MINUTE:$CURRENT_SECOND",
  6.             "// Copyrights are applicable",
  7.             "#include<bits/stdc++.h>",
  8.             "using namespace std;",
  9.             "#define ll long long",
  10.             "#define vi vector<int>",
  11.             "#define vll vector<long long int>",
  12.             "int main(){",
  13.             "#ifndef ONLINE_JUDGE",
  14.             "freopen(\"input.txt\",\"r\",stdin);",
  15.             "freopen(\"output.txt\",\"w\",stdout);",
  16.             "#endif",
  17.             "std::ios::sync_with_stdio(false);",
  18.             "$1",
  19.             "}",
  20.         ],
  21.         "description": "Log output to console"
  22.     },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement