links:
- CONTRIBUTING.md of online-judge-tools organization
- DESIGN.md
Do following steps:
- Make a file
onlinejudge_template/generator/YOUR_LANGUAGE.py
in a way similar to other files - Make a template file
onlinejudge_template_resources/template/YOUR_TEMPLATE.EXT
in a way similar to other files - Add tests to
tests/
if possible
A person who can do natural language processing (mainly English, probably in the classical way) is required. We want to analyze the problem statements and constraints section and retrieve more information (e.g. what variables mean graphs or trees, what variables are under modulo).