System

All systems have at least a dual core processor and sufficient memory.

Our computers are running Debian Wheezy with an IceWM-environment.

The following languages are usable:
C gcc (v4.7.1) gcc -Wall -O2 -g -static -lm $1 -o$2 mygcc
C++ g++ (v4.7.1) g++ -Wall -O2 -g -static $1 -o$2 myg++
C# dmcs (v2.10.8.1) dmcs -o+ -out:"$2" "$1" mydmcs
Java OpenJDK (6b24-1.11.4) javac -d . $1 myjavac
Haskell haskell-platform 2012.2.0.0 (ghc 7.4.1) ghc -Wall -Wwarn -O -static -optl-static -optl-pthread $1 -o$2 myghc
In addition to the compilation scripts, we will provide an execution script for Java (myjava), that executes:
java -Xrs -Xss8m -Xmx300000k $1

And an alias for C# (mymono) that executes:
mono $1

The following editors or IDE's are installed:
Vim
Geany
Emacs
gedit
Eclipse
NetBeans
MonoDevelop

Jury System

We will use the DOMjudge programming contest jury system.

© 2012 Benelux Algorithm Programming Contest