Class ProblemSet
java.lang.Object
com.github.rami_sabbagh.codeforces.api.objects.CFObject
com.github.rami_sabbagh.codeforces.api.objects.ProblemSet
public class ProblemSet extends CFObject
Represents a problem set in Codeforces.
-
Field Summary
Fields Modifier and Type Field Description Problem[]
problems
ProblemStatistics[]
problemStatistics
-
Constructor Summary
Constructors Constructor Description ProblemSet()
-
Method Summary
Methods inherited from class com.github.rami_sabbagh.codeforces.api.objects.CFObject
toString, toStringPretty
-
Field Details
-
Constructor Details
-
ProblemSet
public ProblemSet()
-