Changes:
Enhancement | Add universal interface for task generation |
Enhancement | Tester: ability to pass message from checker irrespective from verdict type |
Defect | New Task: default directory should be created if absent |
Enhancement | Create action to copy full source in order to submit to judges that do not provide file selection as option |
Enhancement | Task generation: support for CodeChef |
Now you can generate single task from archive - enter "contest_number task_number" as id, for example - "128 B". Also CodeChef support is implemented. Problem statements on CodeChef are structured pretty badly, so heuristic algorithm is used to extract test cases, which may lead to extra spaces/new lines or complete fail (i.e. no task may be generated). For last 10 contests every task is generated. For Contest Parser please pass last part of contest url as id (e. g. NOV11), for tasks from archive - problem code (e.g. LCM), for tasks from contests - "contest_id problem_code" (e.g. "NOV11 DOMNOCUT")
Also "Copy Source" action added which just copies Main.java (generated source file) to clipboard. Useful for judges that do not support submitting files
Download link, configuration had not changed