Skip to content

Commit 3a6934e

Browse files
committed
[ncpc2025] add call for problems
1 parent 91e050a commit 3a6934e

File tree

5 files changed

+35
-2
lines changed

5 files changed

+35
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ defaults:
1515
path: "ncpc2025"
1616
values:
1717
headerText: "NCPC 2025"
18-
lastUpdate: "2025-03-08"
18+
lastUpdate: "2025-05-06"
1919
eventTime: "Saturday October 4th 2025 11:00-16:00 CEST (UTC+2)"
2020
title: "Nordic Collegiate Programming Contest 2025"
2121
year: 2025

about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ headerText: "About NCPC"
44
lastUpdate: "2024-03-10"
55
---
66

7-
{% include_relative ncpc2024/navbar.md %}
7+
{% include_relative ncpc2025/navbar.md %}
88

99
<br/>
1010
The Nordic Collegiate Programming Contest (NCPC) is an annual team-based programming contest aimed at university and college students in the Nordic and Baltic countries. NCPC takes place at at many participating universities and colleges. The same problem set is used at all sites. NCPC results are aggregated electronically, and the event simultaneously serves as local, national, and Nordic championships.

ncpc2025/call-for-problems.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
layout: default
3+
---
4+
5+
{% include_relative navbar.md %}
6+
<br>
7+
8+
# Call for problems
9+
10+
<br>
11+
12+
We are seeking you problem ideas for NCPC 2025!
13+
14+
You can submit problems in two ways:
15+
16+
1. By e-mailing a problem idea to head of jury Nils Gustafsson <[[email protected]](mailto:[email protected])> no later than Sunday, July 20 2025.
17+
2. By submitting a problem to NWERC and marking it as a simultaneous submission to NCPC. Further instructions will appear at [https://2025.nwerc.eu/](https://2025.nwerc.eu/) shortly.
18+
19+
If you go for option 1, the following instructions apply. A problem proposal should consist of a draft of a problem statement (simple text file is fine), as well as a short description of the intended solution. Test data and a sample solution is appreciated, but not required. It should be possible to implement the intended solution with at most a few hundred lines of code and it should not take more than a couple of seconds to run. See [https://nordic.icpc.io/archive](/archive.md) for previous years' problems.
20+
21+
Note that if you submit a problem and it's selected you can not participate in NCPC.
22+
23+
Communication regarding the problem selection and later problem preparation is handled through a mailing list, which you will be added to if you propose a problem.

ncpc2025/contact.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ Get in contact with the organizers of {{year}} by joining the [NCPC discord serv
4242
<br />
4343

4444
Annually, coaches and organizers gather at the [NWERC](https://nwerc.eu) competition for a meeting to discuss and determine the details of the upcoming edition of NCPC.
45+
46+
<br>
47+
48+
If you want to submit a problem to NCPC 2025 and be part of the jury, check out our [call for problems](call-for-problems)

ncpc2025/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Each university hosts their own local site. Scoreboards are maintained for local
2020
<div class="bar">
2121
<a name="news" ></a>
2222
<h3>News</h3>
23+
</div>
24+
<div class="news-item">
25+
<i>2025-05-06</i>
26+
27+
We are seeking your problem ideas for NCPC 2025. The deadline to submit your problem idea is the 20th of July 2025. Read more in our [call for problems](call-for-problems).
28+
2329
</div>
2430
<div class="news-item">
2531
<i>2025-03-08</i>

0 commit comments

Comments
 (0)