Skip to content

Commit 19f6112

Browse files
author
Måns Magnusson
committed
[ncpc2023] add event
1 parent f9d31fe commit 19f6112

File tree

2 files changed

+95
-0
lines changed

2 files changed

+95
-0
lines changed

_events/2023-10-07-ncpc.md

+95
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
---
2+
layout: event_small_title
3+
title: "Nordic Collegiate Programming Contest 2023"
4+
place: "E-building"
5+
timerange: "10:00 - 17:00"
6+
id: ncpc
7+
8+
---
9+
10+
<br />
11+
The [Nordic Collegiate Programming Contest](https://nordic.icpc.io/ncpc2023) (NCPC) is the Nordic Championships in Competitive programming in teams for university students. **Both student teams and professional teams are welcome to participate.**
12+
13+
Register for the contest at [https://icpc.global/regionals/finder/Nordic](https://icpc.global/regionals/finder/Nordic). Pick Lund University as site. All team members need an account at [https://icpc.global/](https://icpc.global/) to register.
14+
15+
Last date to register is **Tuesday the 3rd of October**.
16+
17+
<br />
18+
19+
### Schedule
20+
21+
7th of October
22+
23+
<style>
24+
td, th {padding: 5px;}
25+
</style>
26+
27+
28+
| Time | Place | |
29+
|: --- :|: --- |: --- |
30+
| 10:00 - 10:30 | E:B | Last minute information |
31+
| 11:00 - 16:00 | Contest rooms | The contest |
32+
| 16:00 - 17:00 | E:B | Solution session & Prize ceremony |
33+
34+
This year your team participates from a single personal computer on site at LTH (please read the [rules](#rules) below).
35+
36+
37+
### Sponsors & Prizes
38+
![Neo4j logo](/assets/images/2022/Neo4j-logo_color.png){: style="max-width: 250px; padding-right:40px;"}
39+
![Voyado logo](/assets/images/2022/voyado_logo.png){: style="max-width: 328px; margin-top: -40px; margin-bottom: -40px;"}
40+
![Jane Street logo](/assets/images/2023/jane-street-logo.png){: style="max-width: 328px; margin-left:10px; margin-top: 5px;"}
41+
42+
[Neo4j](https://neo4j.com/), [Voyado](https://voyado.com/) and [Jane Street](https://www.janestreet.com/) are the sponsors of NCPC@LTH in 2023.
43+
44+
The top student teams will have the possibility to participate in the regional contest [NWERC](https://www.nwerc.eu), which will take place the 25th-27th of November.
45+
46+
<a name="about" />
47+
48+
### About NCPC
49+
50+
NCPC is an annual 5 hour contest where your team is given 8-13 algorithmic problems to solve.
51+
52+
The problems vary greatly in difficulty, from beginner level to extremely hard.
53+
54+
Solve each problem by:
55+
- Writing a program in one of the [supported programming languages](https://open.kattis.com/help)
56+
- Test it locally on your computer with the sample test cases
57+
- Submit it to the online judge system [Kattis](https://open.kattis.com).
58+
- Wait for the results on the secret test cases.
59+
60+
Kattis will tell you if your program:
61+
- Was Correct (Accepted)
62+
- Produced the wrong output (Wrong Answer)
63+
- Ran too slow (Time Limit Exceeded)
64+
- Crashed (Run Time Error)
65+
66+
If you submit a program which is not correct, but you later in the contest solve the problem, you receive 20 minutes of penalty time for the incorrect attempt.
67+
68+
At LTH this contest is used as the qualifier for the regional contest [NWERC](https://www.nwerc.eu). The top student teams that are ICPC-eligible will advance to NWERC.
69+
70+
The contest was created in Lund in 1991 by Roy Andersson at the department of Computer Science at Lund University, and has since been organized yearly. In 1996 it became the Swedish Championships, and in 2011 it became the Nordic Championships. At [http://cs.lth.se/contest/](http://cs.lth.se/contest/) information, images and previous scoreboards are archived.
71+
72+
<a name="rules" />
73+
### Rules
74+
75+
In short:
76+
77+
- A team consists of 1 - 3 team members
78+
- You may only use one computer.
79+
- You participate on your own computer - at LTH.
80+
- You are allowed to use pre written code in the contest.
81+
- You are **NOT** allowed you use the internet during the contest.
82+
- You are **NOT** allowed to ask anyone outside your team for help.
83+
- Your team is ranked by the number of problems you solve, and then by penalty time.
84+
85+
Your team is ICPC-eligible (can compete in the student contest) if all team members fulfills the following criteria:
86+
- Born in 2000 or later **OR** started studying at Lund University in 2019 or later.
87+
- Is enrolled at Lund University.
88+
89+
If these criteria does not hold for all team members, your team instead participate in the open contest.
90+
91+
The full rules can be found at the official [NCPC 2023 website](https://nordic.icpc.io/ncpc2023/compete#rules).
92+
93+
### Tips
94+
95+
If you have not previously participated in NCPC a great way to prepare is to have a look at the [problems from last year](https://ncpc22.kattis.com/problems). Solve the problems ordered by how many people solved them during the contest - marked by green on the [scoreboard](https://ncpc22.kattis.com/standings).
29.5 KB
Loading

0 commit comments

Comments
 (0)