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
Problem
We added support for
JSONinput files in d98fd52. However, our tests are still in the legacy.informat.Solution
Convert all test cases to
JSON.Additional context
Try some AI tools to create a Python converter
.in -> .jsonand add it to the repository.Code of Conduct