Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants