Code, Complete, Conquer
Powered by Saranda Tech Community, this contest is meant to guide students on their first steps towards Competitive Programming.
If required we may also use this contest's results as a base to select students in forming teams in the Margazhi Fest's events.
Together, let's bring 🔥SARANDA ON TOP🔥 this Margazhi
To ensure a fair and competitive environment, all participants must strictly adhere to the following regulations. Failure to comply will result in immediate disqualification.
note: Please fill registration form sent via announcements before entering the contest. Without this, the praticipation will not be considered valid.
Each problem in the contest is assigned points based on it's difficulty level ranging from 200 to 1800
Participants are ranked primarily by their Total Score. In the event of a tie where two or more participants have the same score, the following tie-breaking criteria will be applied in order:
| Status | Meaning |
|---|---|
| AC (Accepted) | Your code passed all test cases perfectly. |
| WA (Wrong Answer) | The output produced by your code does not match the expected result. |
| TLE (Time Limit Exceeded) | Your algorithm is not efficient enough for the given constraints. |
| RE (Runtime Error) | Your code crashed (e.g., Segmentation fault, Division by zero). |
| CE (Compilation Error) | The code failed to compile on our judge's environment. |
Pro-Tip: Focus on accuracy first. A single "Accepted" solution is often worth more than multiple "Partial" solutions in the final standings.