Leonid's blog

By Leonid, 13 years ago, In English
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?
  • Vote: I like it
  • +6
  • Vote: I do not like it

13 years ago, # |
  Vote: I like it +6 Vote: I do not like it
I can do it for problems solved during contests only, even if he participated out of competition. Is this okay for you?
  • 13 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it
    Thanks, but I'm specifically looking for problems from the problemset.