Expand description
Contains the structs etc. required to interface with the Codeforces API and the testcases scraper.
Structs§
- CFRecent
Actions Command - Struct for sending
recentActionsrequests to the Codeforces API.
Enums§
- CFBlog
Entry Command - Wrapper enum for all API methods of form
blogEntry.<method>. - CFContest
Command - Wrapper enum for all API methods of form
contest.<method>. - CFProblemset
Command - Wrapper enum for all API methods of form
problemset.<method>. - CFUser
Command - Wrapper enum for all API methods of form
user.<method>.
Traits§
- CFAPI
Requestable - Trait implemented by any type which can be sent as a request to the Codeforces API.
Functions§
- fetch_
testcases_ for_ problem - Extra utility function which webscrapes problem pages to get input testcases to a given problem.