Class Problem

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

public class Problem
extends CFObject
Represents a problem.
  • Field Details

    • contestId

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

      public String problemsetName
      Can be absent. Short name of the problemset the problem belongs to.
    • index

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

      public String name
      Localized.
    • type

      public ProblemType type
    • points

      public double points
      Can be absent. Maximum amount of points for the problem.
    • rating

      public int rating
      Can be absent. Problem rating (difficulty).
    • tags

      public String[] tags
      Problem tags.
  • Constructor Details