Sample TaskData.zip Explained
How To Test
-
Create a symbolic link in the
dom/ folder called
submissions:
cd dom && ln -s ../code submissions
-
Use the Docker image provided by
Kattis/problemtools:
- Run a bash shell inside the Docker container.
-
Change directory to
dom/ and run
verifyproblem .
- Note: You might get some error message such as "Symlink submissions links to ../code which is outside of problem package" or "No problem statements found (expected problem.tex or problem.[a-z][a-z].tex in problem_statement directory)". This is intended so please don't be worried.