Codeforces / polygon-issue-tracking

polygon-issue-tracking
16 stars 2 forks source link

Support problems with arbitrary scores #428

Closed alexeydergunov closed 4 years ago

alexeydergunov commented 4 years ago

Ejudge allows to create marathon-like problems:

It would be great to see this functionality in Polygon and Codeforces.

Now there are partial scoring problems, but they are implemented via return code, it is suitable only for school problems with scores from 0 to 100.

alexeydergunov commented 4 years ago

Looks like you are able to prepare such problems: ICPC Challenge 2020 Warmup: https://codeforces.com/contest/1376/problem/B1

Any tutorial how to do it? And how to use these problems in mashups?

MikeMirzayanov commented 4 years ago

Just use void quitp(double points, const std::string &message = "") in a checker + IOI contest style

alexeydergunov commented 4 years ago

Also: