-
create [problem]
Creates the directory structure forproblem
including the problem statement format.
Example:./run.sh create 3
-
cases [problem] [start] [end]
Creates blank test case input files forproblem
fromstart
toend
. Example:./run.sh cases 3 0 5
-
generator [problem] [file without .cpp] [start] [end]
Compiles the test case generatorfile
forproblem
and generates test case input files fromstart
toend
. Example:./run.sh generator m 3 0 5
-
solution [problem] [file without .cpp] [start] [end]
Compiles the author solutionfile
forproblem
and generates test case output files fromstart
toend
. 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