Class Hack
java.lang.Object
com.github.rami_sabbagh.codeforces.api.objects.CFObject
com.github.rami_sabbagh.codeforces.api.objects.Hack
public class Hack extends CFObject
Represents a hack, made during Codeforces Round.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHack.JudgeProtocolRepresents the judging protocol for a hack. -
Field Summary
Fields Modifier and Type Field Description longcreationTimeSecondsHack creation time in unix format.PartydefenderPartyhackerintidHack.JudgeProtocoljudgeProtocolLocalized.ProblemproblemHacked problem.StringtestCan be absent.HackVerdictverdictCan be absent. -
Constructor Summary
Constructors Constructor Description Hack() -
Method Summary
Methods inherited from class com.github.rami_sabbagh.codeforces.api.objects.CFObject
toString, toStringPretty
-
Field Details
-
id
public int id -
creationTimeSeconds
public long creationTimeSecondsHack creation time in unix format. -
hacker
-
defender
-
verdict
Can be absent. -
problem
Hacked problem. -
test
Can be absent. -
judgeProtocol
Localized. Can be absent.
-
-
Constructor Details
-
Hack
public Hack()
-