Hello all,
currently there are 6077 contestants with correct solution for at lest one problem, complete statistics are:
CHEFSEG: 3596[>= 15.0] / 3517[>= 25.0] / 3512[>= 40.0] / 3149[>= 85.0] / 3141[>= 100.0]
CHEFWORD: 642[>= 15.0] / 628[>= 75.0] / 626[>= 100.0]
POWERMUL: 2334[>= 9.0] / 514[>= 31.0] / 489[>= 40.0] / 260[>= 100.0]
SEAORD: 46[>= 16.0] / 44[>= 100.0]
SEAPERM2: 241[>= 13.0] / 205[>= 27.0] / 201[>= 40.0] / 170[>= 100.0]
DISCHAR: 5055[>= 20.0] / 5035[>= 80.0] / 5026[>= 100.0]
RBTREE: 2387[>= 25.0] / 2340[>= 27.0] / 2336[>= 52.0] / 2299[>= 75.0] / 2298[>= 100.0]
PRPALN: 4319[>= 35.0] / 3230[>= 100.0]
FNCS: 1195[>= 10.0] / 254[>= 20.0] / 119[>= 100.0]
SPELL: 683[>= 0.0] / 30[>= 20.0] / 8[>= 40.0] / 6[>= 60.0] / 5[>= 80.0]
where one row is:
ProblemCode: NumberfOfDifferentParticipants[ThatScoredAtLeastXPoints]
so for example meaning of the row
SEAORD: 46[>= 16.0] / 44[>= 100.0]
is, that problem Sereja and Order (code SEAORD) was solved by 46 contestants, where 46 scored at least score 16 points and 44 scored 100 points.
I have Java code ready to count those stats automatically and I’m looking for someone who deploy it somewhere on server from which my Chrome and Firefox plugin can read the data to show it during the contest, let say updating every half an hour.
Happy last hours of the contest to all of you still solving the problems
edit:
Ordered by number of participants it seems the easiest are (code, points, participants):
DISCHAR 20 5055
DISCHAR 80 5035
DISCHAR 100 5026
PRPALN 35 4319
CHEFSEG 15 3596
CHEFSEG 25 3517
CHEFSEG 40 3512
PRPALN 100 3230
CHEFSEG 85 3149
CHEFSEG 100 3141
RBTREE 25 2387
RBTREE 27 2340
RBTREE 52 2336
POWERMUL 9 2334
RBTREE 75 2299
RBTREE 100 2298
FNCS 10 1195
CHEFWORD 15 642
CHEFWORD 75 628
CHEFWORD 100 626
POWERMUL 31 514
POWERMUL 40 489
POWERMUL 100 260
FNCS 20 254
SEAPERM2 13 241
SEAPERM2 27 205
SEAPERM2 40 201
SEAPERM2 100 170
FNCS 100 119
SEAORD 16 46
SEAORD 100 44
Cheers,
Betlista