Competitive programming environment for AtCoder
- C++
- Python (maybe)
All work is registered in VSCode tasks.
The task runs the following packages.
Below is a flowchart of how it is used in AtCoder programming contests.
Run task AtCoder: Prepare contest
.
Enter the contest name in the dialogue.
(one time only) Enter AtCoder username and password.
Results of task execution can be ignored.
The question directory is located in the following path.
src/practice/practice_1
Edit main.cpp
or main.py
in the language you want to use.
Run task AtCoder: Check test case (C++)
or AtCoder: Check test case (Python)
with the source code that solved the problem open.
Run task AtCoder: Submit code
with the source code that solved the problem open.
You can create test case manually.
Put the test input and output in test
in the question directory.
The test is executed when task check test case is executed.
You can generate random input test cases with generator.py
.
Run task AtCoder: Generate test
with generetor.py
open.
Enter the number of generation random test generation.
The test is executed when task check test case is executed.
Press F5
key or C/C++: build and debug
in Run and Debug
.
Enter the test case name for input stored in the test
of question directory in dialogue.
MIT License