Class ProblemStatistics

java.lang.Object
com.github.rami_sabbagh.codeforces.api.objects.CFObject
com.github.rami_sabbagh.codeforces.api.objects.ProblemStatistics

public class ProblemStatistics
extends CFObject
Represents a statistic data about a problem.
  • Field Details

    • contestId

      public int contestId
      Can be absent. Id of the contest, containing the problem.
    • index

      public String index
      Usually a letter of a letter, followed by a digit, that represent a problem index in a contest.
    • solvedCount

      public int solvedCount
      Number of users, who solved the problem.
  • Constructor Details