Sin descripción

Marcelo Fornet efa30d944b acmX hace 6 años
.vscode 04fcad8f30 Start vscode extension hace 6 años
src e083ddc52a Parsing codeforces hace 6 años
types e083ddc52a Parsing codeforces hace 6 años
.gitattributes 04fcad8f30 Start vscode extension hace 6 años
.gitignore 04fcad8f30 Start vscode extension hace 6 años
.vscodeignore 04fcad8f30 Start vscode extension hace 6 años
CHANGELOG.md efa30d944b acmX hace 6 años
README.md efa30d944b acmX hace 6 años
package-lock.json e083ddc52a Parsing codeforces hace 6 años
package.json efa30d944b acmX hace 6 años
todo.md efa30d944b acmX hace 6 años
tsconfig.json e083ddc52a Parsing codeforces hace 6 años
tslint.json 04fcad8f30 Start vscode extension hace 6 años
vsc-extension-quickstart.md 04fcad8f30 Start vscode extension hace 6 años

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