mfornet / acmx

Competitive programming made simple. VSCode extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACMX

Build Status Visual Studio Marketplace Installs Telegram chat Version

acmX is a tool that empower contestants to solve competitive programming problems easily.

Features

Documentation

Check the wiki for details about all features and help.

Getting started

acmX have been designed to run automatically boilerplate actions repeated often in competitive programming. Next is the expected pipeline to interact with it.

Getting started

  1. Install the extension from the marketplace.

  2. Install competitive companion.

  3. Open online contest/problem you want to solve and parse with competitive-companion extension. All problems along with the testcases are downloaded and you are ready to code.

  4. Work on your solution on sol.cpp.

  5. After you finish call Run and automatically your program will be compiled and run against every testcases. If the solutions is correct, it will be reported as Ok otherwise you will see failing test case. You can always go back to original layout calling View: Code.

Join the conversation

We have a group to discuss about this tool in Telegram.

Contributing

The easiest was to contribute is giving a star to the github repository and to the extension in the marketplace if you found the extension useful.

If you found a bug using the extension or have some suggestion open an issue to discuss about it.

If you want to implement some feature but you are not sure where to start check good first issues. You can join dev channel in Telegram too.

About

Competitive programming made simple. VSCode extension.

License:MIT License


Languages

Language:C++ 52.5%Language:TypeScript 43.6%Language:CSS 1.9%Language:JavaScript 1.9%Language:HTML 0.1%Language:Python 0.0%