icpc / live-v3

Overlay for competitive programming competitions broadcasts
MIT License
43 stars 14 forks source link

More intresting statistic. For example, languadges statistic by problem or all submissions, avg submissions conunt by problems, avg testing time by problems #41

Open lperovskaya opened 2 years ago

irdkwmnsb commented 2 years ago

Although that won't be possible for all the contest types. But we can make statistics out of things that are already known to us. Kunyavskiy can figure

niemela commented 2 years ago

possible for all the contest types

Slightly OT: What contest types are supported?

irdkwmnsb commented 2 years ago

possible for all the contest types

Slightly OT: What contest types are supported?

Sorry, I meant judges, not contest types

lperovskaya commented 2 years ago

What contest types are supported

currently -- only ICPC rules, all CDS-compatible, Codeforces, PCMS, Yandex.Contest. In discussion: IOI, IOI-CMS, ejudge, https://github.com/maratona-linux ,

niemela commented 2 years ago

Just to clarify, when you say "CDS-compatible" do you mean the CLICS contest API?

Does Codeforces, PCMS, Yandex.Contest support the CLICS contest API, or do they have a different API?

Note that IOI style scoring is supported in the CLICS contest API (although, I'm not sure if that's implemented in the CDS yet?) now.

lperovskaya commented 2 years ago

By cds-compatible I mean CLICS-compatible, yes, but just with icpc rules for now.

Other contest systems do not support that api, we are writing custom import modules in https://github.com/icpc/live-v3/tree/main/backend/src/main/kotlin/org/icpclive/cds

Oh, I didn't know about ioi-style clics contest api, will investigate!

irdkwmnsb commented 1 year ago

ICAL does something similar. Probably want to do integrate with them