File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -71,11 +71,12 @@ cpu cores. You can check if you have them [like this](https://stackoverflow.com/
71
71
Run ` sinol-make run --help ` to see available flags.
72
72
- ` sinol-make gen ` -- Generate input files using ingen program (for example prog/abcingen.cpp for abc task).
73
73
Whenever the new input differs from the previous one, the model solution will be used to generate the new output file.
74
+ You can also specify your ingen source file which will be used.
74
75
Run ` sinol-make gen --help ` to see available flags.
75
76
- ` sinol-make ingen ` -- Generate input files using ingen program (for example prog/abcingen.cpp for abc task).
77
+ You can also specify your ingen source file which will be used.
76
78
Run ` sinol-make ingen --help ` to see available flags.
77
79
- ` sinol-make outgen ` -- Generate output files using the model solutions. Run ` sinol-make outgen --help ` to see available flags.
78
- You can also specify your ingen source file which will be used. Run ` sinol-make gen --help ` to see available flags.
79
80
- ` sinol-make inwer ` -- Verifies whether input files are correct using your "inwer.cpp" program. You can specify what inwer
80
81
program to use, what tests to check and how many CPUs to use. Run ` sinol-make inwer --help ` to see available flags.
81
82
- ` sinol-make export ` -- Creates archive ready to upload to sio2 or szkopul. Run ` sinol-make export --help ` to see all available flags.
You can’t perform that action at this time.
0 commit comments