-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cf-config
29 lines (29 loc) · 840 Bytes
/
.cf-config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"template": [
{
"alias": "cpp",
"lang": "54",
"path": "/Users/maruf_maruf1/go/src/github.com/the-redback/online-judge/workspace-codeforces/cf-template.cpp",
"extra_file_path": "/Users/maruf_maruf1/go/src/github.com/the-redback/online-judge/workspace-codeforces/prettyprint.hpp",
"suffix": [
"cpp"
],
"before_script": "gcc $%full%$ -o $%file%$.o -std=c++17",
"debugging_before_script": "g++ $%full%$ -o $%file%$.o -std=c++17 -Dredback",
"script": "./$%file%$.o",
"after_script": ""
}
],
"default": 0,
"gen_after_parse": true,
"save_output": true,
"host": "https://codeforces.com",
"proxy": "",
"folder_name": {
"acmsguru": "acmsguru",
"contest": "contests",
"group": "group",
"gym": "gym",
"root": "workspace-codeforces"
}
}