From 091665f0f6b358faea73c087785ee4e1c1607615 Mon Sep 17 00:00:00 2001 From: Maarten Weyns Date: Thu, 19 Sep 2024 16:00:51 +0200 Subject: [PATCH 1/3] Update some versions on the systems page --- content/systems.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/systems.md b/content/systems.md index e560f42..29a378c 100644 --- a/content/systems.md +++ b/content/systems.md @@ -17,7 +17,7 @@ The configuration of each workstation will be as follows: The software configuration will consist of the following: - OS: - - Ubuntu 22.04 LTS Linux (64-bit) + - Ubuntu 24.04 LTS Linux (64-bit) - Desktop: - Xfce - Editors: @@ -75,7 +75,7 @@ The following languages are allowed during the contest: - Compiler version: 11.4.0 - Standard: gnu++20 - Python - - Version: PyPy 7.3.9 (Python 3.8.13) + - Version: PyPy 7.3.16 (Python 3.10.14) - Java - Version: 17.0.8 - Kotlin @@ -130,7 +130,7 @@ The following reference materials will be available on the teams' workstations t - [C reference from cppreference.com](https://en.cppreference.com/w/c) - [C++ reference from cppreference.com](https://en.cppreference.com/w/cpp) -- [Python 3.8.13 documentation](https://docs.python.domainunion.de/release/3.8.13/) +- [Python 3.10.14 documentation](https://docs.python.domainunion.de/release/3.10.14/) - [Java® Platform, Standard Edition & Java Development Kit Version 17 API Specification](https://docs.oracle.com/en/java/javase/17/docs/api/) - [Kotlin Language Documentation 1.6.20 (As PDF)](http://web.archive.org/web/20220610202819if_/https://kotlinlang.org/docs/kotlin-reference.pdf) - [DOMjudge Team Manual (As PDF)](https://www.domjudge.org/docs/manual/8.1/team.html) From f521b1cbda84ec4c475d516e553c2385b82c6ab6 Mon Sep 17 00:00:00 2001 From: Maarten Weyns Date: Thu, 19 Sep 2024 18:35:56 +0200 Subject: [PATCH 2/3] Update more systems versions --- content/systems.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/systems.md b/content/systems.md index 29a378c..18bd1b4 100644 --- a/content/systems.md +++ b/content/systems.md @@ -7,7 +7,7 @@ weight: 20 menu: main --- -This page describes current plans for the Programming Environment which will be available to each DAPC 2023 team. +This page describes current plans for the Programming Environment which will be available to each DAPC 2024 team. **Please note that these plans are subject to change.** Each team will be provided with one workstation, shared between team members. @@ -85,7 +85,7 @@ Note that Python 2 is no longer supported. ## Compilation of Submissions -During the contest, teams will submit proposed solutions to the contest problems to the Judges using the [DOMjudge](https://www.domjudge.org) contest control system (version 8.2.1). This can be done through the [web interface](https://www.domjudge.org/docs/manual/8.2/team.html#web-interface), or using the [submit client](https://www.domjudge.org/docs/manual/8.2/team.html#command-line-submit). +During the contest, teams will submit proposed solutions to the contest problems to the Judges using the [DOMjudge](https://www.domjudge.org) contest control system (version 8.3.1). This can be done through the [web interface](https://www.domjudge.org/docs/manual/8.3/team.html#web-interface), or using the [submit client](https://www.domjudge.org/docs/manual/8.3/team.html#command-line-submit). Source files submitted to the Judges will be compiled using the following command line arguments for the respective language: - C: From 0e171ecf8b86a5ffdaf8a8a7c4b3b5b3d93010cd Mon Sep 17 00:00:00 2001 From: Maarten Sijm <9739541+mpsijm@users.noreply.github.com> Date: Thu, 19 Sep 2024 22:25:48 +0200 Subject: [PATCH 3/3] systems.md: update URL to team manual at bottom of page --- content/systems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/systems.md b/content/systems.md index 18bd1b4..45a2469 100644 --- a/content/systems.md +++ b/content/systems.md @@ -133,4 +133,4 @@ The following reference materials will be available on the teams' workstations t - [Python 3.10.14 documentation](https://docs.python.domainunion.de/release/3.10.14/) - [Java® Platform, Standard Edition & Java Development Kit Version 17 API Specification](https://docs.oracle.com/en/java/javase/17/docs/api/) - [Kotlin Language Documentation 1.6.20 (As PDF)](http://web.archive.org/web/20220610202819if_/https://kotlinlang.org/docs/kotlin-reference.pdf) -- [DOMjudge Team Manual (As PDF)](https://www.domjudge.org/docs/manual/8.1/team.html) +- [DOMjudge Team Manual (As PDF)](https://www.domjudge.org/docs/manual/8.3/team.html)