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?
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?