Announcements
- The Contest is Over! Thanks for Participating! Winners will be announced shortly
- NOTE : You are not allowed to read or write to any files or make any system calls. Users attempting to make any more such submissions will be disqualified
- In C/C++ Make Sure you return 0. Else the submission will not be accepted
- Please Note that java will NOT be available in the Contest
Rules
- Test Run: 10:00pm Feb,7 to 06:00am Feb,8 (Indian Standard Time)
- Main Run: 06:00pm Feb,8 to 06:00pm Feb,9 (Indian Standard Time)
- Each question can be uploaded Unlimited number of times. For scoring the submission with maximum score will be considered.
- No penalty for the time of upload is considered.
- For consecutive submissions for the same problem a gap of 30 seconds is mandatory.
- Each question has its own time, memory and code length limit.
- In case of any discrepency, organisers decision will be the final.
- Sharing ideas and codes are prohibited. This is an individual contest and honesty is expected.
- This is an Individual contest , Team participation is not allowed.
- For any doubts or queries contact moderators at the forums.
- Only C, C++ are allowed.
- Program should return 0 (Exit code).
- Your Code should only read form Standard Input and Write to standard Output. Your code should not read or write to any other files. And no other systemcalls are to be used.
Notes
- Submissions are allowed C,C++
- Compilation Flags Used:
- C++ : g++ -O2
- C : gcc -O2
- Compiler Versions: