2016 ACM ICPC Asia-Manila Regional Contest

Winners will qualify for the
2017 World Finals in South Dakota, USA!

December 14-16, 2016
Ateneo de Manila University
Your browser does not support SVGs.

Downloads

How to Register

Registration

  1. Register your team on the ACM ICPC web site. More details on team registration may be found here.
  2. Inform the local organizer by filling up this form and pay the registration fee.
  3. You will receive a confirmation regarding your registration through your ACM ICPC account.

Regular Registration

Regular Registration will be from October 1 to November 30, 2016. The registration fee is as follows:

  • For foreign teams: USD 150
    • Each extra person*: USD 30
  • For local teams: PHP 6000
    • Each extra person*: PHP 1250

Team registration covers three (3) contestants and one (1) coach. The registration fee includes:

    • T-shirt
    • contest materials
    • Meals
      • First day: snacks
      • Second day: packed breakfast, packed lunch, dinner

The registration fee does not include hotel, transportation and optional tour on the third day.

* Extra persons may include observers, guests, parents, or friends.

 

Registration Requirements and Rules

Each team consists of 3 student contestants. One coach can accompany the team.

Each university or college in Asia can organize teams to participate in the Regional contests at any Asia site. However, a contestant can participate in, at most, two (2) Asian contest sites during a contest year. A contestant may not compete in Asia Regional Contests for more than five (5) years. A contestant may not compete in World Finals for more than two (2) years. A team may participate in the Asia Regional Contest, bypassing the School, Provincial, Invitational, and National levels.

  1. A student must be willing and able to compete in the World Finals.
  2. A student must be enrolled in a degree program at the sponsoring institution with at least a half-time load. This rule is not to be construed as disqualifying co-op students, exchange students, students serving internships, or extramural students.
  3. A student may compete for only one institution during a contest year.
  4. A student who has competed in two World Finals is NOT eligible to compete.
  5. A student has competed in five Regional Contests is NOT eligible to compete.

If a team has registered and does not cancel their registration at least ten (10) days before the contest date, and do not show up during the contest, the team’s contestants will be disqualified for all other contest sites in the same contest year. Cancellation of registration does not qualify for any refund.

The team members for the team advancing to the World Finals must be identical to the members participated in the Asia On-Site Regional Contest. No substitution or reserves will be allowed in the World Finals. Any alteration to the team will disqualify the team in the World Finals. However, the Asia Regional Contest may allow a reserve team member registration and may allow the substitution of the team member in the Asia Regional Contest provided that the team composition change is entered in the ICPC registration system web site before the Regional On-site Contest. Any change to the team after that regional contest is not allowed.

Period of Eligibility

  1. A student who meets the Basic Requirements and FIRST began post-secondary studies in 2011 or later is eligible to compete.
  2. A student who meets the Basic Requirements and was born in 1993 or later is eligible to compete.

For the complete list of the Regional Rules, you may visit the ACM-ICPC Regional Rules website. For Asia ACM-ICPC rules, visit the C.J Hwang web site.

For Payment in US Dollars

If you wish to pay in US Dollars, you may follow the instructions listed below:

  1. Go to the nearest / most convenient bank in your area.
  2. Kindly deposit your payment to this account:

    Bank of the Philippine Islands [USD]
    Account Name: Ateneo de Manila University
    Address: Katipunan Ave., Loyola Heights, Quezon City
    Bank Account No.: 3084-0002-04
    Bank Name: Bank of the Philippine Islands
    Bank Address: Katipunan Ave., cor J. Escaler St., Loyola Heights, Quezon City
    SWIFT Code: BOPIPHMM

    NOTE: Slips must be accomplished in duplicate copies.

    1. 1st copy – Bank copy
    2. 2nd copy – Client’s copy
  3. Present payment slip to the bank tellers together with cash/check.
  4. Once validated, the bank teller will give the Ateneo de Manila University client/client representative a validated copy.
  5. Before leaving, check & verify the copy received (payment slip serves as proof of payment):
    1. if validated, and
    2. if the copy was the one accomplished & presented to the bank teller
  6. As soon as the payment is made, we will receive it in 2-3 days. Kindly put your name in the details so that the registration team can easily trace your payment. We also highly encourage you to pay for the bank charges for us to receive the exact payment.

For Payment in Philippine Peso

If you wish to pay in Philippine Peso, you may download the PDF or follow the instructions listed below:

BILLS PAYMENT PROCEDURE FOR ATENEO DE MANILA UNIVERSITY
OVER THE COUNTER PAYMENTS

  1. Go to the nearest / most convenient Metrobank Trust Co. (MBTC) branch.
  2. Fill out a Bills Payment Slip with the following required details:

    Company Name: Ateneo de Manila University
    Subscriber Name: Participant’s complete name
    Reference: Registration fee for 2016 Asia-Manila ACM ICPC Regional Programming Contest
    Center Code/Subscriber Number: 225
    Mode of Payment: Check / Cash / Debit

    NOTE: Slips must be accomplished in duplicate copies.

    1. 1st copy – Bank copy
    2. 2nd copy – Client’s copy
  3. Present payment slip to an MBTC teller together with cash/check.
  4. Once validated, the MBTC teller will give the Ateneo de Manila University client/client representative a validated copy.
  5. Before leaving, check & verify the copy received (payment slip serves as proof of payment):
    1. if validated, and
    2. if the copy was the one accomplished & presented to the bank teller

Kindly fax or scan and email the validated copy of the payment slip to

Department of Information Systems and Computer Science
Ateneo de Manila University
Fax: +63 (2) 426 6071
Email: discs@ateneo.edu
CC: kteknomo@ateneo.edu

Please indicate your name and 2016 Asia Manila ACM ICPC Regional Programming Contest Payment as your subject. You will be issued a receipt during on-site registration.

No refund is available for cancellation of registration for whatever reason.

Contest Rules

 

Contest Rules

Reference: Asia Regional Rules from Asia Director CJ Hwang

Reference: Asia Pacific and Indochina Sub-Region Resolutions from Asia Director CJ Hwang

Each team will be randomly assigned a workstation.

Teams will compete to solve 12 algorithmic problems in 5 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)
  • sample input-output
  • time limit: maximum time allowed for the program to run and produce 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.

Submissions

Teams should submit their source code using the contest management system any time 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. Accept
    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. Wrong Answer
    The program did not produce the correct output.
  3. Runtime Error
    The program crashed (runtime error) when processing the test data.
  4. Time Limit Exceeded
    The program took more than the specified time limit to produce output and properly terminate.
  5. Compile Error
    The submitted source code can not be compiled.

No other details will be given to each response.

Fair Competition

A team may be disqualified due to any form of cheating or any attempt at 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. Contestants are not allowed to access any webpages or websites.

Ranking

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). 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 Regional Contest Director and the Chief of Judges within three (3) days of the competition’s closing ceremony before elevating such concerns to ACM ICPC.

Team Notebook

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) or A4 size paper (210 x 297 mm), 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 meter.

The team may also bring stationery (pens, pencils, erasers, rulers, protractors, etc.), and a printed English dictionary (not electronic) without any annotations. Each team will be provided with blank paper during the contest proper.

All materials (team notebooks, stationery, etc.) will be collected on the first day (Dec 14) for inspection. The materials will then be placed in the team’s designated workstation for the contest proper.

No other materials are allowed in the contest area.

Teams are not allowed to bring:

  • any digital materials (e.g. e-books, soft copy code, etc.)
  • any digital devices (e.g. flash drives, external hard drives, keyboards, etc.)
  • any other electronic devices (e.g. mobile phones, smart watches, calculators, 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.

Computing Environment

Hardware

  • Desktop Computer
  • Intel Core i5
  • 4GB RAM
  • 500GB HDD
  • Ubuntu 16.04.1 OS

Programming Languages

  • Java 1.8.0 update 111
  • Javadocs 1.8.0 update 111
  • Python 2.7.12 (python on command line)
  • Python 3.5.2 (python3 on command line)
  • GCC/G++ 5.4.0

Development Environment

  • Eclipse Cpp Neon 1 v4.6.1 with PyDev
  • Eclipse Java Neon 1 v4.6.1 with PyDev
  • Sublime 3 build 3126
  • Atom 1.12.4

Contest Management System

  • PC^2 9.3.3

Prizes

CHAMPION

Model: V3-575G-74ZZ (i7-6500U (Skylake), 4GB RAM, 1TB HDD, NVidia GT940M w/ 2GB memory, 15” HD screen, Win10)
Acer V3-575G-74ZZ Laptop
(for each team member)
CPU: i7-6500U (Skylake)
RAM: 4GB
HDD: 1TB
GPU: NVidia GT940M with 2GB memory
Display: 15” HD screen
OS: Windows 10

RUNNER-UP

Acer Iconia Tab 10
(for each team member)
WiFi Connectivity
CPU: MT8163V/A quad-core Cortex A53 1.5 GHz
RAM: 2GB
Internal Storage: 32GB, expandable
Display: 10″
OS: Android 6.0 (Marshmallow)

SECOND RUNNER-UP

Transcend External HDD 2TB
(for each team member)

BEST LOCAL TEAM (not in Top 3)

Transcend External HDD 1TB
(for each team member)

FIRST TO SOLVE ANY PROBLEM

Sandisk 128GB OTG 3.0 Flash Drive for Android
(for each team member)

FIRST TO SOLVE each succeeding problem

Transcend 32GB OTG Flash Drive for Android
(for each team member)

Program Flow

You may get an offline copy of the program flow here.

Wednesday, 14 December 2016

Opening Ceremony and Practice Session

Time Start Time End Venue Activity
12:00 PM 2:00 PM MVP Roof Deck Registration of Teams
2:00 PM 3:00 PM MVP Roof Deck Opening Ceremony
3:00 PM 6:00 PM 5F Rizal Library Practice Session

Thursday, 15 December 2016

Contest Proper and Closing Ceremony

Time Start Time End Venue Activity
8:30 AM 9:30 AM Leong Hall Lobby Breakfast
9:30 AM 3:30 PM 5F Rizal Library Regional Contest Proper
12:30 PM 1:30 PM 1F Rizal Library Lunch for Coaches
3:30 PM 5:00 PM 5F Rizal Library Snacks and Campus Tour
5:00 PM 6:00 PM Leong Hall Auditorium Closing Ceremony
6:00 PM 8:00 PM Leong Hall Roof Deck Dinner

(more…)

Friday, 16 December 2016

Optional Excursion Day — CANCELLED

Time Start Time End Venue Activity
8:30 AM 9:00 AM Leong Hall Lobby Breakfast
9:00 AM 9:30 AM Leong Hall Lobby Departure for Optional Tour
9:30 AM 3:00 PM Tour Venues Optional Tour
3:00 PM 5:00 PM Tour Venue Departure for Return to ADMU

Optional Tours

Manila, with its rich history and cultural heritage, has many attractions to offer. For this optional tour brought to you by the ACM ICPC Asia-Manila Team, guests will be toured around the city to discover key landmarks and notable attractions that yearn to present the capital city.

CANCELLED
Tentative Itinerary:

  1. Rizal Park / Luneta
  2. Intramuros
  3. Philippine International Convention Center
  4. Fort Santiago Park
  5. Casa Manila
  6. Manila Ocean Park
  7. Science Discovery

Rate: Php 3,500 per head

Tour Operator: Everyday Travel and Tours Corp.

Location

Ateneo de Manila University
Katipunan Avenue, Brgy. Loyola Heights
Quezon City, Metro Manila, Philippines 1108

Campus Map

Accommodations

Note: All teams are in charge of booking their own accommodations. We have provided a list of hotels that you may consider. Please transact directly with the hotel of choice.

Microtel by Wyndham – UP Technohub

UP-Ayala Land Technohub, Commonwealth Avenue, Diliman, Quezon City, Metro Manila, Philippines

(02) 804 6888
uptechnohub@microtel.ph
http://www.microtelphilippines.com/

Special Rate:

Shuttle from the hotel to the contest venue and vice versa will be provided by the organizers.

Room Price Additional Details
2 Queen Bedroom – Standard Room Single/Twin Sharing Php 3,300.00 + Php 750 for additional person

Microtel by Wyndham – Acropolis

E. Rodriguez Jr. Ave. Brgy. Bagumbayan, Quezon City Philippines 1110

(02) 962 8899
acropolis@microtel.ph
http://www.microtelphilippines.com/

Special Rate:

Shuttle from the hotel to the contest venue and vice versa will be provided by the organizers.

Room Price Additional Details
2 Queen Bedroom – Standard Room Single/Twin Sharing Php 3,300.00
1 Queen Bed Suite – Single/Twin Sharing Php 4,300.00 + Php 750 for additional person

SEAMEO INNOTECH International House

Commonwealth Avenue, Diliman, Quezon City 1101

(+63-2) 921-0224 (Telefax)
(+632) 928-7692
(+632) 924-7681 to 84
(+632) 928-7348
info@seameo-innotech.org
http://www.seameo-innotech.org/

Special Rate:

Shuttle from the hotel to the contest venue and vice versa will be provided by the organizers.

Room Price Additional Details
Twin Sharing Php 2070 per night w/o breakfast, Php 2370 per night w/ breakfast (this rate only available on weekdays since no canteen on weekends) +Php 500 per extra person

My Place Residences

22 Fabian de la Rosa St. Loyola Heights, Quezon City

(02)433-0667 / 09178914677
finest@myplace.ph
http://www.myplace.ph/

Regular Rate:

Room Price Additional Details
Php 2,300/night for 2 persons

About the Regionals

The ACM International Collegiate Programming Contest (ICPC) is a multitier, team-based, programming competition operating under the auspices of ACM and headquartered at Baylor University. The ACM ICPC Asia-Manila Regionals 2016 acts as a qualifier for the upcoming 2017 World Finals to be held in South Dakota, USA.

The regionals is open to all universities in the Philippines and in the Asia-Pacific region.

Ateneo de Manila University is pleased to host the 2016 Asia-Manila Regional Contest at the Loyola Heights Campus, and welcomes contestants from the other parts of the region, as well as from other universities in the Philippines.

This event is endorsed by CHED and DOST. You may view the endorsement letters here.

Wednesday, 14 December 2016: Opening Ceremony and Practice Session
Thursday, 15 December 2016: ACM ICPC Asia – Manila Regional Contest 2016 and Closing Ceremony
Friday, 16 December 2016: Optional Excursion Day

Organization and Committee

Honorary Chairs:

  • ADMU Vice President of Loyola Schools: Dr. Maria Luz Vilches
  • ADMU SOSE Dean: Dr. Evangeline P. Bautista
  • ADMU DISCS Chair: Dr. Marlene M. De Leon
  • Asia-Manila Regional Site Contest Director: Dr. Kardi Teknomo
  • Co-Chair/Asia Contest Director:
    • Dr. C. J. Hwang (Texas University, Asia Contest Director)
    • Dr. Rafael Saldana (National Contest Director)
  • Associate Site Director:
    • Chief Judge: Dr. Allan Sioson (Ateneo de Naga University)
  • Judging Team:
    • Dr. Felix Muga (Ateneo de Manila University)
    • Dr. Pablo Manalastas (University of the Philippines, Diliman)
    • Dr. Philip Christian Zuniga (University of the Philippines, Diliman)
    • Dr. Caslon Chua (Swinburne University, Australia)
    • Mr. Kevin Atienza (Kalibrr)
  • System (Hardware/Software) Chair(s): Mr. Mark Bautista
  • Registration Chair: Pearl Santos
  • Logistics: CompSAt (Basil Begonia)
  • Operations Chair: Ms. Jessica Sugay
  • Web Designer and Maintenance: Chiara Veronica Señires and Ian De La Cruz

COMMITTEE HEADS

  • Contest Assistants: Jose Anadia
  • Participant Relations: Pearl Santos
  • Programs: Marielle Impuerto
  • Logistics: Irene Bermejo
  • Publications and Documentations: Mikee Jazmines
  • Marketing: Mhaey Contienda and Robi Andres

SUBCORE HEADS

  • Participant Relations
    • Team Buddies: Kate Que
    • Registration: Alyssa Ty
  • Programs
    • Tours
  • Logistics
    • Internal Logistics: Niña Gochy, Kelvin Cabildo
    • External Logistics: Karl Jimenez, Czarina Duka
  • Documentations and Publications
    • Creatives: JM Santos
    • Documentation: Patrick Ong
    • Web Services: Chi Señires
    • Productions: Ceara Agay

Sponsors

Top