- WSL2 (Validator uses
/mnt/cpath) - Visual Studio Code
- g++
- PyPy3
- Python3
- Pyhton package manager (uv, pip, etc.)
In order to use python tools, you need to install dependencies in requirements.txt.
C++ debugging macro, requires -DSTARCEA flag. (to avoid using inexistent things, do not define STARCEA in intellisense)
For usage or output example, run test.cpp.
Code validator for Baekjoon Online Judge.
Keep the _problems directory in the same directory with the validator directory.
My templates for Problem Solving and Competitive Programming.
After editing the templates, run python update.py to update the VSCode snippets.
ps.cpp: Problem Solving template. snippet:pscp.cpp: Competitive Programming template. snippet:cp
ps.py: Problem Solving template. snippet:ps
My experimental library for Problem Solving and Competitive Programming.