AtCoderProblems
AtCoderProblems copied to clipboard
Measure how many users are using ProblemList and/or ProblemReset
atcoder=> select count(*) from internal_progress_reset;
count
-------
319
atcoder=> select count(*) from internal_problem_lists;
count
-------
2149