Contest Rules
The rules of ITACPC are inspired by the ICPC regional contest rules with some changes and additions since it's an online contest.
Rules as of 15/11/2022:
You can participate either individually or as part of a team. Each team should be formed by at least 1 and at most 3 eligible students. Please note that it's forbidden to collaborate with people who are not part of your team.
A student is eligible if he or she is currently enrolled in a Laurea Triennale or Laurea Magistrale course in an Italian university.
The allowed programming languages for this edition are: C, C++, Python3, Java, JavaScript and Kotlin.
During the contest, each of the team members can access the contest platform and submit independently, using their individual username and password, which will be provided via email (and will also be visible from the "My Profile" section of the Team Registration page) shortly before the start of the contest.
Each problem is pass/fail. Participants are ranked by the number of solved problems, breaking ties by penalty (sum of time + 20 minutes per wrong submission, for all solved problems). Time is rounded to minutes.
It's permitted to use code snippets found online, as long as the "source" is mentioned in the source code: adding a comment with a URL is fine. It's not allowed to re-use full solutions.