Skip to content

Commit 79de01f

Browse files
committed
[2024] update with contest material
1 parent 49f66d7 commit 79de01f

File tree

3 files changed

+29
-5
lines changed

3 files changed

+29
-5
lines changed

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defaults:
1010
- scope:
1111
path: "ncpc2024"
1212
values:
13-
lastUpdate: "2024-10-04"
13+
lastUpdate: "2024-10-07"
1414

1515
kramdown:
1616
parse_block_html: true

ncpc2024/compete.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,20 @@ year: 2024
1212
<h3>Compete</h3>
1313
</div>
1414

15-
**The contest site is live at [https://ncpc24.kattis.com/](https://ncpc24.kattis.com/)**
15+
The Nordic Collegiate Programming Contest 2024 took place <b>{{ page.dateTime }}</b>. In total 213 teams participated from 7 countries, trying to solve as many as possible of the 11 problems.
1616

17-
Teams will be imported during the night 4-5th October.
17+
The winning team was `Just Balloons | Nothing` from University of Copenhagen, Denmark, who solved 10 out of 11 problems! `Aalto CS-A1140 Team 2` from Aalto University, Finland placed second with 7 problems solved. In third placed `grinders` from KTH, Sweden solving 7 problems. Congratulations to the top teams!
1818

19-
After the contest there will be a solution stream on zoom, the link will be posted on discord.
19+
### Contest links:
20+
- [Final results](https://ncpc24.kattis.com/contests/ncpc24/standings?filter=6261)
21+
- Problem set: [ncpc2024problems.pdf](https://github.com/icpc/ncpc-web/releases/download/ncpc2024-data/ncpc2024problems.pdf)
22+
- Slides describing solutions: [ncpc24slides.pdf](https://github.com/icpc/ncpc-web/releases/download/ncpc2024-data/ncpc24slides.pdf)
23+
- Packaged problems including testdata, solutions, wrong solutions, output validators, input generators, problem statement sources, etc: [ncpc2024-problems.zip](https://github.com/icpc/ncpc-web/releases/download/ncpc2024-data/ncpc2024-problems.zip) (13 MB)
24+
- Judges' solutions: [ncpc2024-solutions.zip](https://github.com/icpc/ncpc-web/releases/download/ncpc2024-data/ncpc2024-solutions.zip) (59 KB)
2025

26+
Thank you for participating, we hope to see you again next year!
27+
28+
<hr>
2129
<br>
2230

2331
Join the Nordic Collegiate Programming Contest (NCPC) and test your skills in competitive programming! Whether you're looking to become the Nordic Champion or just want to have fun solving engaging problems, NCPC is the perfect platform for you.
@@ -32,7 +40,7 @@ Form a three-member team and get ready to take on the challenge!
3240
<a name="registration"></a>
3341
<h3>Registration</h3>
3442
</div>
35-
Registration is open at [https://icpc.global/regionals/finder/Nordic](https://icpc.global/regionals/finder/Nordic). Last day to register is Wednesday the 2nd of October 2024.
43+
Registration closed Wednesday the 2nd of October 2024. Registration system: [https://icpc.global/regionals/finder/Nordic](https://icpc.global/regionals/finder/Nordic).
3644

3745
<div class="bar">
3846
<a name="rules"></a>

ncpc2024/index.md

+16
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,22 @@ Each university hosts their own local site. Scoreboards are maintained for local
2626
<h3>News</h3>
2727
</div>
2828
<div class="news-item">
29+
<i>2024-10-07</i>
30+
31+
The Nordic Collegiate Programming Contest 2024 took place <b>{{ page.dateTime }}</b>. In total 213 teams participated from 7 countries, trying to solve as many as possible of the 11 problems.
32+
33+
The winning team was `Just Balloons | Nothing` from University of Copenhagen, Denmark, who solved 10 out of 11 problems! `Aalto CS-A1140 Team 2` from Aalto University, Finland placed second with 7 problems solved. In third placed `grinders` from KTH, Sweden solving 7 problems. Congratulations to the top teams!
34+
35+
### Contest links:
36+
- [Final results](https://ncpc24.kattis.com/contests/ncpc24/standings?filter=6261)
37+
- Problem set: [ncpc2024problems.pdf](https://github.com/icpc/ncpc-web/releases/download/ncpc2024-data/ncpc2024problems.pdf)
38+
- Slides describing solutions: [ncpc24slides.pdf](https://github.com/icpc/ncpc-web/releases/download/ncpc2024-data/ncpc24slides.pdf)
39+
- Packaged problems including testdata, solutions, wrong solutions, output validators, input generators, problem statement sources, etc: [ncpc2024-problems.zip](https://github.com/icpc/ncpc-web/releases/download/ncpc2024-data/ncpc2024-problems.zip) (13 MB)
40+
- Judges' solutions: [ncpc2024-solutions.zip](https://github.com/icpc/ncpc-web/releases/download/ncpc2024-data/ncpc2024-solutions.zip) (59 KB)
41+
42+
Thank you for participating, we hope to see you again next year!
43+
</div>
44+
<div class="news-item">
2945
<i>2024-10-04</i>
3046

3147
The contest site is live at [https://ncpc24.kattis.com/](https://ncpc24.kattis.com/)

0 commit comments

Comments
 (0)