Skip to content

File Structure

Marcelo Fornet edited this page May 23, 2020 · 6 revisions

Problem

attic/
    config.json
    *.md5
    {binaries}
    ...
testcases/
    *.in
    *.out
    *.ans
    ...
{main_solution}
{generator}
{checker}
{brute_solution}

Contest

.vscode/
    tasks.json
    launch.json
problem0/
problem1/
...

Library path

TODO

Home Path

~/.acmx
    attic/
        *.md5
    checkers/
        testlib.h
        wcmp.cpp
    languages/
        {language}.json
    solutions/
        contest0/
        contest1/
        ...
    templates/
        brute.cpp
        gen.py
        sol.cpp