Instructions
Contest Instructions
Welcome to the coding contest. Follow these simple instructions to get started:
Before You Begin
- Read each problem carefully.
- Understand what is being asked before writing code.
- Check the sample input and output to get clarity.
While Solving
- Follow the input and output format exactly.
- Do not print extra messages like "Enter a number".
- Use simple logic first, then improve if needed.
- Start with easier questions to build confidence.
Input and Output
- Input will be given automatically by the system.
- Your program should only print the required output.
- Even a small formatting mistake can cause wrong answers.
Submitting Your Code
- You can submit your solution multiple times.
- If your code fails, read the error and try again.
- Test your code with different inputs before submitting.
Common Mistakes to Avoid
- Forgetting edge cases (like
0, negative numbers, large values) - Printing extra spaces or text
- Not handling all test cases
- Infinite loops or runtime errors
Tips
- Keep your code clean and simple.
- Use meaningful variable names.
- Manage your time properly.
- Don’t panic if a problem looks hard—try breaking it into smaller parts.
Important
- Do not copy code from others.
- Try to solve problems on your own to improve your skills.
All the best for your contest.
Section breakdown
There are 5 questions in this contest overall.