Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "cpp_olymp_start": {
- "prefix": "cpp_olymp_start",
- "description": "Начальное состояние файла",
- "body": [
- "#include <iostream>",
- "#include <vector>",
- "#include <set>",
- "#include <map>",
- "#include <math.h>",
- "#include <climits>",
- "#include <queue>",
- "#include <algorithm>",
- "#include <cassert>",
- "",
- "using namespace std;",
- "typedef long long ll;",
- "",
- "const int INF = INT_MAX;",
- "",
- "int main() {",
- "\tios_base::sync_with_stdio(false);",
- "\tcin.tie(0);",
- "\tcout.tie(0);",
- "",
- "#ifdef HOME_DIDUK001",
- "freopen(\"in\", \"r\", stdin);",
- "freopen(\"out\", \"w\", stdout);",
- "#endif",
- "",
- "\t$0",
- "}"
- ]
- }
Add Comment
Please, Sign In to add comment