What the response contains
Try dp, graphs, and math and use the returned fields to identify the right record.
Fields worth checking
- Games & Sports
- Codeforces Problems results
- public source
Type a real query, scan the cards and confirm the key details before opening the full source.
Try dp, graphs, and math and use the returned fields to identify the right record.
Fields worth checking
problemset.problems returns problems and problemStatistics. A problem can contain contestId, index, name, type, points, rating, and tags. The contestId + index pair is the practical reference for opening the correct statement; a name can repeat or change context. Use the identifier when saving a list, sharing a selection, or matching the response to a contest page.
tags describe topics assigned to a question, while rating and points are platform metadata. They help filter practice by subject or build a personal sequence, but do not guarantee that two problems demand the same technique, time, or difficulty for every person. problemStatistics is a separate collection and should be related by the same identifier.