AtCoderProblems icon indicating copy to clipboard operation
AtCoderProblems copied to clipboard

Measure how many users are using ProblemList and/or ProblemReset

Open kenkoooo opened this issue 5 years ago • 0 comments

atcoder=> select count(*) from internal_progress_reset;
 count 
-------
   319
atcoder=> select count(*) from internal_problem_lists;
 count 
-------
  2149

kenkoooo avatar Jul 31 '20 18:07 kenkoooo