cf-tool icon indicating copy to clipboard operation
cf-tool copied to clipboard

Choose valid language

Open DeCalvin2006 opened this issue 4 years ago • 3 comments
trafficstars

Got a problem submitting 50A

Screenshot_20210822_133731

~/.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"
  }
}

DeCalvin2006 avatar Aug 22 '21 05:08 DeCalvin2006

emm

It seems that Codeforces deleted the language GNU G++11 5.1.0(42 in cf config).

DeCalvin2006 avatar Aug 22 '21 05:08 DeCalvin2006

emm

It seems that Codeforces deleted the language GNU G++11 5.1.0(42 in cf config).

yes you are right!

doublevgp avatar Aug 24 '21 10:08 doublevgp

Rust has changed id too. Perhaps this tool could also fetch the language list dynamically.

Ten0 avatar Feb 07 '22 19:02 Ten0