Нема описа

Marcelo Fornet 97f09d5fc5 go for several todos пре 6 година
.vscode 04fcad8f30 Start vscode extension пре 6 година
images 77da2930e2 change logo name пре 6 година
src 97f09d5fc5 go for several todos пре 6 година
types e083ddc52a Parsing codeforces пре 6 година
.gitattributes 04fcad8f30 Start vscode extension пре 6 година
.gitignore 04fcad8f30 Start vscode extension пре 6 година
.vscodeignore 04fcad8f30 Start vscode extension пре 6 година
CHANGELOG.md efa30d944b acmX пре 6 година
LICENSE 2b08049032 add license and repository пре 6 година
README.md 0f8b08f218 update package.json and icon пре 6 година
package-lock.json e083ddc52a Parsing codeforces пре 6 година
package.json 97f09d5fc5 go for several todos пре 6 година
todo.md 97f09d5fc5 go for several todos пре 6 година
tsconfig.json e083ddc52a Parsing codeforces пре 6 година
tslint.json 04fcad8f30 Start vscode extension пре 6 година
vsc-extension-quickstart.md 04fcad8f30 Start vscode extension пре 6 година

README.md

ACMX

acmX is tool that empower contestants to solve competitive programming problems easily.

Features

  • Contest/Problem parsing. Current sites supported:
  • Running solution against testcases automatically
  • Add custom testcases easily
  • Smart veredict reporting (OK, WA, RTE, TLE, CE)
  • Stressing solution against brute using a generator (Useful to find corner cases)
  • (WIP) Automatic generator creation from inputs/outputs structure