0% found this document useful (0 votes)
45 views

Programming Competition Mechanics

Uploaded by

Aiza Arcena
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views

Programming Competition Mechanics

Uploaded by

Aiza Arcena
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

IT OLYMPIAD 2024

MECHANICS AND GUIDELINES FOR PROGRAMMING COMPETITION

Date and Venue

The date of the Programming Contest will be on May 9, 2024, 8:00AM-5:00PM, at the Acad Building, Mapua
Malayan Colleges Mindanao, Davao City.

Team Composition

Each school is allowed to send up to two (2) teams, composed of three (3) ITE undergraduate students. The
members of the team should be currently enrolled, MUST NOT have participated in any programming contest in the
National and International level, and shall be certified by the ITE Dean. A participant of the Programming Contest
must not be a contestant of other IT Olympiad events.

Registration

Deadline of registration will be on or before May 3, 2024, 5:00pm. Register the contestants and coach through
https://bit.ly/ITOlympiad2024. Late registrants and changes in the names of the contestants after the set
deadline will not be entertained.

A registration fee of P2000/team will be collected before the start of the event together with the certification from the
ITE Dean.

The maximum number of teams is only 20. Once the 20 teams are completed and identified from the registration
form, the succeeding registration for the IT Quiz Bowl participants will be cut-off.

Payments

On-Site in Cash - Payment in cash may be made on the day of the contest.
On-Site in Check - Make checks payable to Council of Deans in ITE-XI, Inc. and pay on the day of the event.
Direct Deposit - deposit payment to the following account and email a copy of the deposit slip to
[email protected]

Account Name : COUNCIL OF DEANS IN ITE-XI (CDITE-XI), INC.


Account Number : 002513-0103-14
Bank : 0251-BPI Davao Claveria

CONTEST DETAILS

Programming Contest Computing Environment

Hardware:
• Desktop computer with Intel Core i7, 8GB RAM, 500GB HDD with Windows 10 Pro OS
Programming Languages:
• Java
• C/C++

,
IT OLYMPIAD 2024
Contest Management System:
• PC^2 9.4.1

Conduct

Each team will be randomly assigned a workstation.


Teams will compete to solve 6-10 algorithmic problems in three (3) hours.

Each problem consists of the following:


• problem statement: a description of the problem (in English)
• input-output specifications: details on input and output format, including constraints which should be handled
(output must have an exact match with the format specification). Error in presentation error (e.g., too many
whitespaces) will yield a Wrong Answer response.
• sample input-output
• time limit: maximum time allowed for the program to run and produce the expected output

Teams may request for clarifications about the problems using the contest management system. If all judges agree
that ambiguity is present in the problem, a broadcast of the clarification will be made to all teams.

Should a contestant require use of the restroom during the contest proper, the contestant will be accompanied by a
designated usher.

Fair Competition

A team may be disqualified due to any form of cheating or any attempt at cheating. Submitting a solution which
is not made by your own team is considered cheating. A team may also be disqualified for any act that jeopardizes
the contest (e.g., hacking or tampering with equipment, dislodging electrical or network cables, distracting behavior,
etc.). All teams are expected to uphold sportsmanship and the spirit of fair competition.

Submission

Teams can submit their source code using the contest management system anytime during the contest period.

A problem is solved when it is accepted by the judges. To accept or reject a submission, judges will compile and test
the program with a different set of test data which have been prepared in advance.

Each submission will get one of the following responses:

1. Yes – Correct
The program produced the correct output within the specified run time and memory limits without any errors. This
program is accepted by the judges and the problem is considered as solved.

2. No – Wrong Answer
The program did not produce the correct output.

3. No – Runtime Error
The program crashed (runtime error) when processing the test data.

,
IT OLYMPIAD 2024
4. No – Time Limit Exceeded
The program took more than the specified time limit to produce output and properly terminate.

5. No – Compile Error
The submitted source code cannot be compiled.

6. No – Memory Limit Exceeded


The program used more memory than allowed.

No other details will be given to each response.

Teams are ranked according to the most number of problems solved. Teams who solve the same number of
problems are ranked by least total time. The total time is the sum of the time consumed for each solved problem (in
minutes and seconds). The time consumed for a solved problem is the time elapsed from the beginning of the
contest to the submission time of the accepted run, plus 20 penalty minutes for every rejected submission of that
problem.

All inquiries, concerns, and protests on the results must be brought to the attention of the Contest Director.

References and Materials


Each team may bring reference material for use during the contest proper, according to the following limitations:

• It may contain up to 25 pages of reference materials, machine-printed on single-sided Letter (8 x 11 inches),


with pages numbered on the upper right-hand corner.
• It may contain code listings, algorithms, hints, or any other necessary notes.
• Each team member may have an exact copy of the team reference document.
• Text and illustrations must be readable by a person with correctable eyesight without magnification from a
distance of 0.5 meters.
• All materials (team notebooks, stationery, etc.) will be collected at the start of the MCITE/MCITS activity for
inspection. The materials will then be placed in the team’s designated workstation during the contest proper.
• No other materials are allowed in the contest area.
• Teams are not allowed to bring:
o any digital materials (e.g. e-books, soft copy code, etc.)
o any digital devices (e.g. flash drives, external hard drives, keyboards, etc.)
o any other electronic devices (e.g. mobile phones, smart watches, calculators, tablets, laptops, etc.)

Contestants are expected to switch off all communication devices and surrender such devices to their
respective coaches for the duration of the contest.

Prizes
Prizes First Prize - P 5,000.00; Medals; Certificate
Second Prize - P 3,000.00; Medals; Certificate
Third Prize - P 1,000.00; Medals; Certificate

,
IT OLYMPIAD 2024

You might also like