Aucune description

Marcelo Fornet b583a13e6b 0.1.2 il y a 6 ans
.vscode 04fcad8f30 Start vscode extension il y a 6 ans
images 77da2930e2 change logo name il y a 6 ans
src 97f09d5fc5 go for several todos il y a 6 ans
types e083ddc52a Parsing codeforces il y a 6 ans
.gitattributes 04fcad8f30 Start vscode extension il y a 6 ans
.gitignore 04fcad8f30 Start vscode extension il y a 6 ans
.vscodeignore 04fcad8f30 Start vscode extension il y a 6 ans
CHANGELOG.md efa30d944b acmX il y a 6 ans
LICENSE 2b08049032 add license and repository il y a 6 ans
README.md 0f8b08f218 update package.json and icon il y a 6 ans
package-lock.json e083ddc52a Parsing codeforces il y a 6 ans
package.json b583a13e6b 0.1.2 il y a 6 ans
todo.md 97f09d5fc5 go for several todos il y a 6 ans
tsconfig.json e083ddc52a Parsing codeforces il y a 6 ans
tslint.json 04fcad8f30 Start vscode extension il y a 6 ans
vsc-extension-quickstart.md 04fcad8f30 Start vscode extension il y a 6 ans

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