This website works better with JavaScript
首頁
探索
說明
註冊
登入
marx
/
acmx
關註
1
讚好
0
複刻
0
Files
問題管理
3
合併請求
0
Wiki
分支:
master
分支列表
標籤列表
master
acmx
/
CHANGELOG.md
CHANGELOG.md
1.8 KB
永久連結
文件歷史
原始文件
Change Log
Notable updates of
acmX
0.2.6
Add official logo (thanks
@Salil03
)
Allow default launch.json and tasks.json
Allow select testcase to debug (only compatible with launch.json for CodeLLDB)
New contest will be named with letters from A to Z
Command to copy code to clipboard (integration with caide)
0.2.5
Build executable in windows properly.
Warn user when there is no testcases available.
0.2.4
Fix checker parameter order.
0.2.3
Show compilation error and stderr on the terminal.
0.2.0
Integration with Competitive-Companion. Parsing problems and contests is delegated to this tool.
Generators are created automatically inspecting testcases. This is resolved with
tcgen
.
0.1.6
Fix bug in windows detecting problem path
Compile checker on user side to support multiple OS
0.1.5
Users can create empty contest to be filled manually. Rename
personal
to
empty
.
New configuration to set solutions folder. Important to set it before using the tool.
Create contest with better names.
Allow multiple languages. See
languages
Add two mini-tutorials and improve readme.
Add key bindings for frequent commands.
0.1.4
Fix problem in Codeforces parser
0.1.3
Create settings that allow easy customization of template path, compilation line and max running time.
How to use in README.md (enumerate all commands)
0.1.2
Codeforces: Contest and Problem parsing.
Command to compile code.
Better placeholder text to provide contest-id problem-id.
0.1.1
Running solution against testcases automatically.
Stress solution using brute solution and generator.
Measure program time.
Add manual testcases.
Process test cases in sorted order (specially starting from open testcase).