Problem
We added support for JSON input files in d98fd52. However, our tests are still in the legacy .in format.
Solution
Convert all test cases to JSON.
Additional context
Try some AI tools to create a Python converter .in -> .json and add it to the repository.
Code of Conduct