-
create [problem]
Creates the directory structure forproblemincluding the problem statement format.
Example:./run.sh create 3 -
cases [problem] [start] [end]
Creates blank test case input files forproblemfromstarttoend. Example:./run.sh cases 3 0 5 -
generator [problem] [file without .cpp] [start] [end]
Compiles the test case generatorfileforproblemand generates test case input files fromstarttoend. Example:./run.sh generator m 3 0 5 -
solution [problem] [file without .cpp] [start] [end]
Compiles the author solutionfileforproblemand generates test case output files fromstarttoend. Example:./run.sh solution m 3 0 5 -
zip [problem]
Zips the test cases forproblem. Example:./run.sh zip 3
-
Notifications
You must be signed in to change notification settings - Fork 0
cs-gpdc/contest-template
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published