Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (12 loc) · 778 Bytes

CFProblem.md

File metadata and controls

14 lines (12 loc) · 778 Bytes

Class: CFProblem.java

Description: Contains informations of an specific Codeforces problem.

Note: Some of the data might be absent as stated in the official documentation here. Thus, some methods may return nothing (e.g., empty strings, 0)

Returns Method Description
CFProblem(JSONObject ob) Constructor
constructs object on the basis of the information from ob
int getContestId() Returns contest id
String getIndex() Returns index on the respective contest (e.g., A, B, C1, E2)
String getName() Returns problem name
String[] getTags() Returns problem tags
String toString() returns basic informations in String format