2020-21 ICPC East Central NA Regional Programming Contest

This year we will participating in the annual ICPC regional programming contest. This is a team oriented, remotely held contest. Teams will consist of 2 or 3 (prefered) students. Kenyon is allowed to have 2 teams in the regional contest, so we will have a local contest to select our team members.

YOu can use whatever programming language you wish for each problem.

Contest dates and times:
  • Kenyon Local Qualifier Contest: 9:00am-noon February 20, 2021
    • This will be use to select 6 people for the regional contest.
    • Each student will participate individually
    • There will be 8 problems on a contest on the Kattis Site
  • East Central NA Regional Programming Contest: 1:00-5:00pm March 6, 2021

Kattis Practice Site

  • You should practice for the contest at an open contest site: https://open.kattis.com/
    • Go to the site
    • Create an account or log in with one of the socal apps
    • Select a problem, write the code, and submit the program source file and wait while it is Judged.
    • You will receive a ranking.
    • There are language specific instructions for the site here: Kattis Help.
      You will want to use C++, Java, or Python to be ready for the regional contest.
    • Please note that you will be submitting COMPLETE programs. All input and output is done using the standard streams (cin and cout in C++).

Scroll to Top