live-v3 icon indicating copy to clipboard operation
live-v3 copied to clipboard

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

Open lperovskaya opened this issue 2 years ago • 7 comments

lperovskaya avatar May 02 '22 15:05 lperovskaya

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

irdkwmnsb avatar May 05 '22 14:05 irdkwmnsb

possible for all the contest types

Slightly OT: What contest types are supported?

niemela avatar May 05 '22 18:05 niemela

possible for all the contest types

Slightly OT: What contest types are supported?

Sorry, I meant judges, not contest types

irdkwmnsb avatar May 05 '22 22:05 irdkwmnsb

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 ,

lperovskaya avatar May 06 '22 15:05 lperovskaya

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.

niemela avatar May 06 '22 17:05 niemela

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!

lperovskaya avatar May 07 '22 09:05 lperovskaya

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

irdkwmnsb avatar Nov 11 '22 17:11 irdkwmnsb