Partial result: 0 points even though I got points in test cases?
Difference between en1 and en2, changed 178 character(s)
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](https://www.youtube.com/watch?v=HfO7sFFriaE&feature=youtu.be). 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)