You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently working on a use case that requires fetching all problems for a given contest. For instance for a contest with ID "weekly-contest-400", I am expecting the following templated response.
{
"contestId": "weekly-contest-400",
"problemList": [
"problemDescription": "$problem_description",
"test_cases": [
// all test cases for this problem
]
]
}
Wanted to check if the current repo supports a query like above?
The text was updated successfully, but these errors were encountered:
Hi,
I am currently working on a use case that requires fetching all problems for a given contest. For instance for a contest with ID "weekly-contest-400", I am expecting the following templated response.
Wanted to check if the current repo supports a query like above?
The text was updated successfully, but these errors were encountered: