| Name | Code | Successful Submissions | Accuracy |
|---|---|---|---|
| Decreasing String | DECSTR | 108 | 25.9 |
| A Simple Equation | EQUATION | 63 | 14.59 |
| Make A Square | MKSQR | 32 | 38.46 |
| Stepping Up | STEPUP | 22 | 17.89 |
| Weight of Numbers | WEIGHT | 33 | 50.75 |
Rules:
- Please do not discuss strategy, suggestions or tips in the comments during a live contest. Posting questions clarifying the problem statement is ok. Comments will be published only after admin approval during the contest. If you are unsure, email us at feedback@codechef.com
- You can also send in your queries in an email to contest-admin@codechef.com, during the contest.
- Contest problems will become visible on September 24th, 2010 at 20:00 (IST). There will be 4-5 problems in all.
- This is a team based contest (up to 3 participants). You must register your team by 19:59 IST on September 24th to participate (see the registration link below).
- 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.
- Teams are ranked according to the most problems solved. Ties will be broken by the total time for each team in ascending order of time..
- The total time is the sum of the time consumed for each problem solved. The time consumed for a solved problem is the time elapsed from the beginning of the contest to the submittal of the first accepted run plus 20 penalty minutes for every previously rejected run for that problem. There is no time consumed for a problem that is not solved.
- Languages allowed are: C, C++ and Java.
- The two fastest teams to solve all the problems will get the Rs. 3000 registration fee for the ICPC on-site contest waived.
- Anyone can participate but only teams with Indian students from the same college are eligible for the waiver of registration fee.
- A coach and a reserve team member can be added for the ICPC regionals, but the original team composition must remain the same in order to be eligible for the waiver of registration fee.
- Registration:
- You can register for this contest at http://www.codechef.com/teams/register/AMRITA01 (you must be logged in before registering)
- How to register for a team contest?
- Login with your normal CodeChef user ID.
- Click on the registration link above and fill out the form.
- Click logout in the top right corner and login using the Team Name and password you registered with.
- Everyone must use the same team login to submit to team based contests.
- You can get more information about team contests here.
NOTE: Registration at CodeChef for the warmup contest is not enough for ICPC participation. You must also register at icpc.baylor.edu. For more details click here.
Announcements
Please send feedback email to icpc@am.amrita.edu, with subject as WARMUP CONTEST FEEDBACK. Unless the server being slow ruined your contest totally, don't focus on that, as we know that problem already.

Fetching successful submissions

RECENT COMMENTS FOR THIS SECTION:
int main(void)
{
in...
7 9
1 2
1 3
1 4
2 4
2 5
3 7
4 4
1 2
1 3
3 4
4 2 The solution of us...