Skip to content

Commit f614f1d

Browse files
committed
add links to contest material, add congratulations to winning teams
1 parent b63b99e commit f614f1d

File tree

2 files changed

+19
-11
lines changed

2 files changed

+19
-11
lines changed

index.md

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
headerText: "NCPC"
4-
lastUpdate: "2022-08-14"
4+
lastUpdate: "2022-10-11"
55
---
66

77
<nav class="navbar menu-bar" markdown="0">
@@ -17,17 +17,19 @@ lastUpdate: "2022-08-14"
1717
<h3>News</h3>
1818
</div>
1919

20-
[NCPC 2022](ncpc2022/) will take place the 8th of October 2022 11:00-16:00 (UTC+2).
20+
[NCPC 2022](ncpc2022/) took place the 8th of October 2022 11:00-16:00 (UTC+2). In total 201 teams participated from 7 countries, trying to solve as many as possible of the 11 problems.
2121

22-
<hr />
22+
The winning team was _The Balloon Animals_ from University of Copenhagen, Denmark, who solved all 11 problems!
23+
24+
For the all results, have a look at the [final results](https://ncpc22.kattis.com/standings).
2325

24-
<a href="/ncpc2021">NCPC 2021</a> was organized the 9th of October 2021 11:00-16:00 (UTC+2). In total 228 teams participated from 7 countries, trying to solve as many as possible of the 13 problems.
26+
Find the problem set and problem data at the [NCPC 2022 page](ncpc2022/).
2527

26-
The winning team was <i>Omogen Heap</i> from KTH Royal Institute of Technology, Sweden, who was the only team solving 11 out of the 13 problems. Congratulations!
28+
We hope to see you again next year!
2729

28-
For the all results, have a look at the [final standings](https://ncpc21.kattis.com/standings)
2930
<hr />
3031

32+
3133
<div class="bar">
3234
<a name="about" ></a>
3335
<h3>About</h3>

ncpc2022/index.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,19 @@ year: 2022
2323
<h3>Information</h3>
2424
</div>
2525

26-
The Nordic Collegiate Programming Contest {{ page.year }} takes place <b>{{ page.dateTime }}</b>.
26+
The Nordic Collegiate Programming Contest {{ page.year }} took place <b>{{ page.dateTime }}</b>. In total 201 teams participated from 7 countries, trying to solve as many as possible of the 11 problems.
2727

28-
<br />
29-
The contest is hosted on [https://ncpc22.kattis.com/contests/ncpc22](https://ncpc22.kattis.com/contests/ncpc22). Use your own Kattis account, it will be linked to your team the day before the contest. If you do not have a Kattis account, an account will be created for you and you will receive an email with information about your new account.
28+
The winning team was _The Balloon Animals_ from University of Copenhagen, Denmark, who solved all 11 problems before the scoreboard freeze! _#define true rand_ from Vilnius University, Lithuania got second place, also solving all 11 problems. _Keksi Fan Club_ from University of Helsinki, Finland placed third, solving 10 problems! Congratualtions to the top teams!
3029

31-
<br />
32-
There will be a live stream with a solution walk through and a scoreboard resolver starting approximately 15 minutes after the contest. The link will be posted here when available. [Link to livestream at youtube](https://www.youtube.com/watch?v=S25kO1kric8)
30+
For the all results, have a look at the [final results](https://ncpc22.kattis.com/standings).
31+
32+
### Contest links:
33+
- [Final results](https://ncpc22.kattis.com/standings)
34+
- Post-contest solutions and results live stream: [youtube](https://www.youtube.com/watch?v=S25kO1kric8)
35+
- Problem set: [ncpc2022problems.pdf](https://github.com/icpc/ncpc-web/releases/download/ncpc2022-data/ncpc2022problems.pdf)
36+
- Slides describing solutions: [ncpc22slides.pdf](https://github.com/icpc/ncpc-web/releases/download/ncpc2022-data/ncpc22slides.pdf)
37+
- Packaged problems including testdata, solutions, wrong solutions, output validators, input generators, problem statement sources, etc: [ncpc2022-problems.zip](https://github.com/icpc/ncpc-web/releases/download/ncpc2022-data/ncpc2022-problems.zip) (141 MB)
38+
- Judges' solutions: [ncpc2022-solutions.zip](https://github.com/icpc/ncpc-web/releases/download/ncpc2022-data/ncpc2022-solutions.zip) (43 KB)
3339

3440
<br />
3541

0 commit comments

Comments
 (0)