A lightweight Online Code Judge built using Flask, designed to replicate the core functionality of platforms like Codeforces or LeetCode. It executes user-submitted Python code, evaluates it against predefined test cases, and provides detailed verdicts. This project serves as a foundational implementation to understand the intricacies of automated code evaluation systems, offering a pocket-sized, yet powerful, solution for competitive programming practice or educational purposes.

Correct output for all test cases within limits.
Output did not match expected output.
Code terminated abnormally (crash/exception).
Execution exceeded maximum allowed time.