Sample TaskData.zip Explained

How To Test

  1. Create a symbolic link in the dom/ folder called submissions:
    cd dom && ln -s ../code submissions
  2. Use the Docker image provided by Kattis/problemtools:
  3. Run a bash shell inside the Docker container.
  4. Change directory to dom/ and run verifyproblem .
  5. 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.