DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
709 stars 248 forks source link

Contest Problems #21

Closed eldering closed 8 years ago

eldering commented 10 years ago

Problems (including judge data, validators, execution time limit, etc) are configured using the ICPC problem format. The CCS must have full support for this standard but may assume that problem.tex exists (containing a problem statement in English) . All problems that are added or changed must be verified as defined in the problem standard.

eldering commented 10 years ago

Imported from trac issue 21. Created by kink on 2011-12-08T21:11:07, last modified: 2012-03-23T15:33:29

eldering commented 10 years ago

Trac comment by kink on 2012-01-21 12:22:31:

Must do this.

Need to ask Fredrik if this is not better implemented separately/centrally.

eldering commented 10 years ago

Trac comment by kink on 2012-03-03 11:13:09:

Jaap will write email.

meisterT commented 8 years ago

DOMjudge now supports the (essential parts of the) problem format as described here: http://www.problemarchive.org/wiki/index.php/Problem_Format

Verification can be done externally with using the problemtools package: https://github.com/Kattis/problemtools