Runs a single solution on all testsets. Compiles the solution and executes it on every test in every testset.
Solution configuration
Configuration containing time/memory limits
Array of testset configurations
If solution compilation fails
If solution fails on any test
await runSolutionOnAllTestsets(solution, config, config.testsets); Copy
await runSolutionOnAllTestsets(solution, config, config.testsets);
Runs a single solution on all testsets. Compiles the solution and executes it on every test in every testset.