Class Hack.JudgeProtocol

java.lang.Object
com.github.rami_sabbagh.codeforces.api.objects.CFObject
com.github.rami_sabbagh.codeforces.api.objects.Hack.JudgeProtocol
Enclosing class:
Hack

public static class Hack.JudgeProtocol
extends CFObject
Represents the judging protocol for a hack.
  • Field Details

    • manual

      public boolean manual
      If manual is true then test for the hack was entered manually.
    • protocol

      public String protocol
      Human-readable description of judge protocol.
    • verdict

      public String verdict
      Human-readable description of hack verdict.
  • Constructor Details