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?
| # | User | Rating |
|---|---|---|
| 1 | jiangly | 3810 |
| 2 | Benq | 3676 |
| 3 | Kevin114514 | 3655 |
| 4 | maroonrk | 3463 |
| 5 | strapple | 3447 |
| 6 | Um_nik | 3387 |
| 7 | heuristica | 3322 |
| 8 | turmax | 3317 |
| 9 | tourist | 3307 |
| 10 | jiangbowen | 3291 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 155 |
| 2 | nik_exists | 150 |
| 2 | maspy | 150 |
| 4 | Um_nik | 143 |
| 5 | Errichto | 139 |
| 6 | adamant | 137 |
| 7 | AmShZ | 136 |
| 8 | BledDest | 132 |
| 9 | maroonrk | 131 |
| 10 | qwexd | 129 |
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?
| Name |
|---|



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-answerscript.However, you cannot download a mashup contest Polygon package directly from CF, you have to request it directly from problem authors.
What about round problems? Their package is private too?
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.