Partial result: 0 points even though I got points in test cases?

Revision en2, by dorijanlendvaj, 2018-05-18 22:29:37

So, I just made a new interactive task for my mashup contest, submitted an awful solution that should get about 100 points, and I see "Partial result: 0 points". I scroll down to see that I indeed got some points on the test cases. Why is the result 0 points? Video for explanation: here. The links for the codes for the checker and interactor are in the description of that video. Also, is there a way to initialize testlib's RNG with a seed besides something like this?

char **ar=argv;
ar[0][0]=seed/256;
ar[0][1]=seed%256;
registerGen(argc,ar,1);

EDIT: So, apparently testlib automatically puts a random seed to the command line. So, I removed the seed part of the interactor code, but of course the problem still persists.

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English dorijanlendvaj 2018-05-18 22:29:37 178
en1 English dorijanlendvaj 2018-05-18 12:54:56 699 Initial revision (published)