Açıklama Yok

Marcelo Fornet f7b172ed7c add settings 6 yıl önce
.vscode 04fcad8f30 Start vscode extension 6 yıl önce
images 77da2930e2 change logo name 6 yıl önce
src f7b172ed7c add settings 6 yıl önce
types e083ddc52a Parsing codeforces 6 yıl önce
.gitattributes 04fcad8f30 Start vscode extension 6 yıl önce
.gitignore 04fcad8f30 Start vscode extension 6 yıl önce
.vscodeignore 04fcad8f30 Start vscode extension 6 yıl önce
CHANGELOG.md efa30d944b acmX 6 yıl önce
LICENSE 2b08049032 add license and repository 6 yıl önce
README.md 0f8b08f218 update package.json and icon 6 yıl önce
package-lock.json e083ddc52a Parsing codeforces 6 yıl önce
package.json f7b172ed7c add settings 6 yıl önce
todo.md f7b172ed7c add settings 6 yıl önce
tsconfig.json e083ddc52a Parsing codeforces 6 yıl önce
tslint.json 04fcad8f30 Start vscode extension 6 yıl önce
vsc-extension-quickstart.md 04fcad8f30 Start vscode extension 6 yıl önce

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