| Name | Code | Successful Submissions | Accuracy |
|---|---|---|---|
| A puzzle game | H1 | 78 | 14.55 |
| Kayaks | H2 | 37 | 5.55 |
| Congruent triangles | H3 | 32 | 8.66 |
| Just a simple sum | H4 | 42 | 6.47 |
| Paragraph Formatting | H5 | 39 | 12.64 |
| Forces in the crystal | HX | 55 | 69.66 |
Update:
- Please do not discuss strategy, suggestions or tips in the comments during a live contest. Posting questions clarifying the problem statement is ok. If you are unsure, email us at feedback@codechef.com
- The time limit for the problem HX has been upped to 15 seconds for the large test cases.
Rules:
- Contest problems will become visible on October 1st 15:00 IST.
- The contest will consist of 6-8 problems of varying difficulty.
- You will receive one point for solving a problem (passing all test cases - no partial credit), regardless of the level of difficulty of that problem.
- You can submit solutions as many times as you'd like, there are no penalties for incorrect submissions.
- Each contest will have one min/max tie breaker problem, where the best solution will receive one point and all other solutions will receive a fraction based how close they come to the best solution.
- In the unlikely case of an overall tie (including the same score on the tie-breaker) a winner will be randomly chosen from the top scorers.

Fetching successful submissions

RECENT COMMENTS FOR THIS SECTION:
import java.io.BufferedReader;
import java.i...