Expand description
Contains the structs etc. which are returned by the Codeforces API following a request.
Structs§
- CFBlog
Entry - Struct representing a Codeforces blog entry.
- CFComment
- Struct representing a Codeforces blog entry comment.
- CFContest
- Struct representing a Codeforces contest.
- CFContest
Standings - Struct representing the object returned by a
contest.standings
request. - CFHack
- Struct representing a Codeforces hack.
- CFJudge
Protocol - Struct representing a Codeforces judge protocol for hacks.
- CFMember
- Struct representing a Codeforces member.
- CFParty
- Struct representing a Codeforces party.
- CFProblem
- Struct representing a Codeforces problem.
- CFProblem
Result - Struct representing a Codeforces problem result.
- CFProblem
Statistics - Struct representing a Codeforces problem statistics.
- CFProblemset
- Struct representing the object returned by a
problemset.problems
request. - CFRanklist
Row - Struct representing a Codeforces ranklist row.
- CFRating
Change - Struct representing a Codeforces rating change.
- CFRecent
Action - Struct representing a Codeforces recent action.
- CFResponse
- Response type used internally which directly represents network responses sent back from the Codeforces API.
- CFSubmission
- Struct representing a Codeforces submission.
- CFUser
- Struct representing a Codeforces user.
Enums§
- CFContest
Phase - Contest phase returned by Codeforces API (eg. PendingSystemTest).
- CFContest
Type - Contest type returned by Codeforces API (eg. IOI, ICPC).
- CFHack
Verdict - Hack verdict returned by Codeforces API (eg. HackSuccessful, Testing).
- CFParticipant
Type - Participant type returned by Codeforces API (eg. Contestant, Virtual).
- CFProblem
Result Type - Problem result type returned by Codeforces API (Preliminary, Final).
- CFProblem
Type - Problem type returned by Codeforces API (Programming, Question).
- CFResponse
Status - Response code returned by Codeforces API (Ok, Failed).
- CFResult
- Wrapper for all forms of result returned by the Codeforces API.
- CFSubmission
Verdict - Submission verdict returned by Codeforces API (eg. Ok, CompilationError).
- CFTestset
- Testset returned by Codeforces API (eg. Pretests, TestSet1).