You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/systems.md
+30-21Lines changed: 30 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ menu: main
13
13
</div>
14
14
15
15
This page describes current plans for the programming environment which will be available to each BAPC 2025 team.
16
-
**Please note that these plans are subject to change.**
16
+
**Please note that these plans are subject to change. Last update: 7 Oct 2025**
17
17
18
18
Each team will have access to one workstation, shared between team members.
19
19
A photo of the available workspace,
@@ -24,7 +24,7 @@ can be seen on the right.
24
24
25
25
The software configuration will consist of the following:
26
26
- OS:
27
-
- Ubuntu 24.04 LTS Linux (64-bit)
27
+
- Ubuntu 24.04.3 LTS Linux (64-bit)
28
28
- Desktop:
29
29
- Xfce
30
30
- Editors:
@@ -38,35 +38,44 @@ The software configuration will consist of the following:
38
38
- kate
39
39
- IDEs:
40
40
- IntelliJ IDEA Community
41
-
- Version: 2022.3
42
-
- Workspace is already set up but needs to be opened from the welcome screen
41
+
- Version: 2024.3.5
42
+
- Workspace is already set up
43
43
- Plugins:
44
44
- IdeaVim
45
45
- CLion
46
-
- Version: 2022.3
46
+
- Version: 2024.3.5
47
47
- Workspace is already set up
48
48
- Plugins:
49
49
- IdeaVim
50
50
- PyCharm Community
51
-
- Version: 2022.3
51
+
- Version: 2024.3.5
52
52
- Workspace is already set up
53
53
- Plugins:
54
54
- IdeaVim
55
55
- Eclipse
56
-
- Version: 2022-12
57
-
-Plugins:
58
-
- PyDev
56
+
- Version: TBD
57
+
<!-- - Plugins:-->
58
+
<!--- PyDev-->
59
59
- Visual Studio Code
60
-
- Version: 1.82.2
60
+
- Version: 1.104.3
61
61
- Plugins:
62
-
- C/C++ - Microsoft
63
-
- C# - Microsoft
64
-
- Code Runner - Jun Han
65
-
- Debugger for Java - Microsoft
66
-
- ESLint - Dirk Baeumer
67
-
- Language Support for Java - Red Hat
68
-
- Python - Microsoft
69
-
- TSLint - Microsoft
62
+
- ms-python.python
63
+
- ms-python.vscode-pylance
64
+
- ms-python.debugpy
65
+
- redhat.java
66
+
- vscjava.vscode-java-debug
67
+
- vscjava.vscode-java-test
68
+
- ms-vscode.cpptools
69
+
- ms-vscode.cmake-tools
70
+
- vscodevim.vim
71
+
<!-- - C/C++ - Microsoft -->
72
+
<!-- - C# - Microsoft -->
73
+
<!-- - Code Runner - Jun Han -->
74
+
<!-- - Debugger for Java - Microsoft -->
75
+
<!-- - ESLint - Dirk Baeumer -->
76
+
<!-- - Language Support for Java - Red Hat -->
77
+
<!-- - Python - Microsoft -->
78
+
<!-- - TSLint - Microsoft -->
70
79
- Code::Blocks
71
80
- Version: 20.03
72
81
@@ -83,15 +92,15 @@ The following languages are allowed during the contest:
83
92
- Python
84
93
- Version: PyPy 7.3.19 (Python 3.11.11)
85
94
- Java
86
-
- Version: 21.0.6
95
+
- Version: 21.0.8
87
96
- Kotlin
88
97
- Version: 2.1.20
89
98
90
99
Note that Python 2 is no longer supported.
91
100
92
101
## Compilation of Submissions
93
102
94
-
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).
103
+
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 9.0.0). This can be done through the [web interface](https://www.domjudge.org/docs/manual/9.0/team.html#web-interface), or using the [submit client](https://www.domjudge.org/docs/manual/9.0/team.html#command-line-submit).
95
104
Source files submitted to the Judges will be compiled using the following command line arguments for the respective language:
96
105
97
106
- C:
@@ -139,4 +148,4 @@ The following reference materials will be available on the teams' workstations t
0 commit comments