Compares target solution outputs against main solution using checker.
Runs checker on all test cases in all testsets and tracks verdicts (WA, TLE, MLE, RTE).
Validates that verdicts match the target solution's expected tag.
Note: Checker must be compiled before calling this function.
Compares target solution outputs against main solution using checker. Runs checker on all test cases in all testsets and tracks verdicts (WA, TLE, MLE, RTE). Validates that verdicts match the target solution's expected tag. Note: Checker must be compiled before calling this function.