Sin descripción

Marcelo Fornet f7b172ed7c add settings hace 6 años
.vscode 04fcad8f30 Start vscode extension hace 6 años
images 77da2930e2 change logo name hace 6 años
src f7b172ed7c add settings 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
LICENSE 2b08049032 add license and repository hace 6 años
README.md 0f8b08f218 update package.json and icon hace 6 años
package-lock.json e083ddc52a Parsing codeforces hace 6 años
package.json f7b172ed7c add settings hace 6 años
todo.md f7b172ed7c add settings 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