mix yuki.testcase.download (YukiHelper v0.1.0) View Source

Downloads a list of the specified problem.

If the specified file already exists, the download will be skipped.

mix yuki.testcase.download NO [--problem-id]

--problem-id option specifies that NO is the problem ID, not the problem number.

Name of the download directory varies in depending on your configuration file. There are two main patterns in configuration example.

Example 1: prefix option is p

testcase/
  p10/        # `prefix` is `p`
    in/       # input files
      1.txt
      2.txt
    out/      # output files
      1.txt
      2.txt

Example 2: bundle option is 100

testcase/
  100/
    p10/
      in/
      out/
  200/