Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Choose valid language #139

Open
DeCalvin2006 opened this issue Aug 22, 2021 · 3 comments
Open

Choose valid language #139

DeCalvin2006 opened this issue Aug 22, 2021 · 3 comments

Comments

@DeCalvin2006
Copy link

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
Copy link
Author

emm

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

@doublevgp
Copy link

emm

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

yes
you are right!

@Ten0
Copy link

Ten0 commented Feb 7, 2022

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants