StrangeDice's blog

By StrangeDice, history, 15 months ago, In English

I want to solve the problems of a mashup offline. Is there a way to get their package and be able to submit and get them accepted offline?

  • Vote: I like it
  • 0
  • Vote: I do not like it

»
15 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

Technically you cannot "submit and get accepted" into CF mashup offline, because it will require sending a submission into CF, which is impossible without online access (unless you can actually set up a private local CF server).

If you have the Polygon package of the mashup contest (or the Polygon package of particular problem), you can locally test whether given solution passes all tests. This can be done in a way similar to <problem-package-root>/script/gen-answer script.

However, you cannot download a mashup contest Polygon package directly from CF, you have to request it directly from problem authors.

  • »
    »
    15 months ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    What about round problems? Their package is private too?

    • »
      »
      »
      15 months ago, hide # ^ |
       
      Vote: I like it +3 Vote: I do not like it

      Yes, they are private too.

      At least you cannot get complete test data, validator source, checker source, additional materials (generators, stress tests, extra source files) from CF side. You have to have Polygon access or problem package to get complete problem materials.