Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 561 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 561 Bytes

LemonParser

Parse .cdf file of lemonlime, and generate uoj-format problem.conf!

Features:

  • Support subtask & subtask dependence.
  • Support special judge.
  • Cross-platform.

Usage:

main.py [-h] [-S] [--task [TASK]] filename

positional arguments:
  filename       Lemon work path

options:
  -h, --help     show this help message and exit
  -S, --silent   Silent mode
  -A, --attach   Attach statement
  -Z, --zip      Auto create zipfile
  --task [TASK]  Parse specific task (* for all)