Блог пользователя Leonid

Автор Leonid, 14 лет назад, По-английски
It may be quite useful to have the list of problems that were solved by a particular user. For example we are developing a private website for university students which would accumulate the results from multiple judges and create virtual contests using problems from more than 1 judge. In order to display a meaningful ranking we require a list of problems solved by each user.

While it is definitely possible to do that in CodeForces it will be very tedious and not efficient as it would require parsing users for each problem! Do you know of any better way to get the list of problems solved by  each user? Do you think that would make sense to add it to the website as it indirectly already exists?
  • Проголосовать: нравится
  • +6
  • Проголосовать: не нравится

14 лет назад, # |
  Проголосовать: нравится +6 Проголосовать: не нравится
I can do it for problems solved during contests only, even if he participated out of competition. Is this okay for you?