cf-tool
cf-tool copied to clipboard
Choose valid language
trafficstars
Got a problem submitting 50A

~/.cf/config
{
"template": [
{
"alias": "cpp",
"lang": "42",
"path": "/home/afgxf/template/tem.cpp",
"suffix": [
"cxx",
"cpp"
],
"before_script": "clang++ $%full%$ -o $%file%$.out --std=c++11 -Wall -g",
"script": "./$%file%$.out",
"after_script": "rm $%file%$.out"
}
],
"default": 0,
"gen_after_parse": false,
"host": "https://codeforces.com",
"proxy": "",
"folder_name": {
"acmsguru": "acmsguru",
"contest": "contest",
"group": "group",
"gym": "gym",
"root": "cf"
}
}
emm
It seems that Codeforces deleted the language GNU G++11 5.1.0(42 in cf config).
emm
It seems that Codeforces deleted the language
GNU G++11 5.1.0(42 incf config).
yes you are right!
Rust has changed id too. Perhaps this tool could also fetch the language list dynamically.