Hi Ambar,
On 27-06-16 13:20, Ambar Pal wrote:
Hi I am trying to set up a contest where I have 4 languages available for the participants along with say 4 problems. Is it possible to configure domjudge in such a manner such that the partipants can solve Problem 1 only with Language 1, Problem 2 with either Language 1 or Language 2, Problem 3 with only Language 3, and so on.
I was initially thinking that per problem run scripts would be the solution for this, but turns out it is not the case. I would highly appreciate any help in this regard.
There is indeed no direct way of doing this.
You could hardcode this as a check in the submit_solution function in lib/lib.misc.php.
Jaap