diduk001

start template

Oct 12th, 2020 (edited)
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.73 KB | None | 0 0
  1.     "cpp_olymp_start": {
  2.         "prefix": "cpp_olymp_start",
  3.         "description": "Начальное состояние файла",
  4.         "body": [
  5.             "#include <iostream>",
  6.             "#include <vector>",
  7.             "#include <set>",
  8.             "#include <map>",
  9.             "#include <math.h>",
  10.             "#include <climits>",
  11.             "#include <queue>",
  12.             "#include <algorithm>",
  13.             "#include <cassert>",
  14.             "",
  15.             "using namespace std;",
  16.             "typedef long long ll;",
  17.             "",
  18.             "const int INF = INT_MAX;",
  19.             "",
  20.             "int main() {",
  21.             "\tios_base::sync_with_stdio(false);",
  22.             "\tcin.tie(0);",
  23.             "\tcout.tie(0);",
  24.             "",
  25.             "#ifdef HOME_DIDUK001",
  26.             "freopen(\"in\", \"r\", stdin);",
  27.             "freopen(\"out\", \"w\", stdout);",
  28.             "#endif",
  29.             "",
  30.             "\t$0",
  31.             "}"
  32.         ]
  33.     }
Add Comment
Please, Sign In to add comment