public interface IProblemDetails
IClient
as determined by the current PC2
Scoring Algorithm.
An IStanding
object contains information about the standing (ranking) of one particular problem.
This documentation describes the current draft of the PC2 API, which is subject to change.
Modifier and Type | Method and Description |
---|---|
long |
getAttempts()
The number of attempts for this problem.
|
IClient |
getClient()
The client for this problem data.
|
long |
getPenaltyPoints()
In Version 8, this was ProblemScoreData.getScore()
|
IProblem |
getProblem()
A Contest Problem.
|
int |
getProblemId()
The Problem Number for this problem
|
long |
getSolutionTime()
The solution time for this problem
|
boolean |
isSolved()
Has this Problem Been Solved?
|
IClient getClient()
IProblem getProblem()
long getAttempts()
int getProblemId()
long getSolutionTime()
long getPenaltyPoints()
boolean isSolved()