I’m working with the TestCase-Eval datasets (submission_all and problem) and need clarification on how to correctly map submissions to their corresponding problems.
Currently, the problem_id in submission_all (e.g., "2031A") does not appear to align with the actual problem in problem (e.g., Codeforces problem 2031A). For example, a "right submission" labeled with problem_id=2031A is clearly not a solution to the Codeforces problem 2031A(https://codeforces.com/problemset/problem/2031/A).
Could you please clarify:
What is the correct way to map submissions in submission_all to problems in problem?
I would like to obtain both correct and incorrect solutions along with their corresponding problem descriptions.
Thank you for your assistance. Looking forward to your guidance.