Polygon-format test generation script.
The script is plain text using the same syntax as Codeforces Polygon:
gen-name [args...] > N # write to test Ngen-name [args...] > $ # write to smallest unused indexgen-name [args...] > {1-3,7} # generator writes its own files at the listed indices<#-- @group name --> # all subsequent generator lines belong to this group<#-- comment --> # ignored<#list 1..5 as i> gen ${i} > $ </#list> # FreeMarker loop expansion Copy
gen-name [args...] > N # write to test Ngen-name [args...] > $ # write to smallest unused indexgen-name [args...] > {1-3,7} # generator writes its own files at the listed indices<#-- @group name --> # all subsequent generator lines belong to this group<#-- comment --> # ignored<#list 1..5 as i> gen ${i} > $ </#list> # FreeMarker loop expansion
Manual tests are NOT in this script — they live in LocalTestset.manualTests.
GeneratorScript
Optional
Inline Polygon-format script text
Path to a file containing the script
Polygon-format test generation script.
The script is plain text using the same syntax as Codeforces Polygon:
Manual tests are NOT in this script — they live in LocalTestset.manualTests.
GeneratorScript