ICPC-live contest data parser
Toggle table of contents
dev
jvm
Platform filter
jvm
Switch theme
Search in API
ICPC-live contest data parser
core
/
org.icpclive.cds.api
/
IOIProblemResult
IOIProblem
Result
@
Serializable
@
SerialName
(
value
=
"IOI"
)
data
class
IOIProblemResult
(
val
score
:
Double
?
,
val
lastSubmitTime
:
Duration
?
,
val
isFirstBest
:
Boolean
,
val
pendingAttempts
:
Int
)
:
ProblemResult
(
source
)
Members
Constructors
IOIProblem
Result
Link copied to clipboard
constructor
(
score
:
Double
?
,
lastSubmitTime
:
Duration
?
,
isFirstBest
:
Boolean
,
pendingAttempts
:
Int
)
Properties
is
First
Best
Link copied to clipboard
val
isFirstBest
:
Boolean
last
Submit
Time
Link copied to clipboard
@
SerialName
(
value
=
"lastSubmitTimeMs"
)
@
Serializable
(
with
=
DurationInMillisecondsSerializer::class
)
open
override
val
lastSubmitTime
:
Duration
?
pending
Attempts
Link copied to clipboard
val
pendingAttempts
:
Int
score
Link copied to clipboard
val
score
:
Double
?