Programming Environment

Hardware

The contest site is a computer lab equipped with Linux machines. These machines have the following specs:

  • CPU: AMD Phenom(tm) II X4 945 Processor 3.0GHz
  • RAM: 4 GB
  • Disk: 250GB
  • Monitor: ViewSonic VA2323wm 23” (running at 1920x1080)

These machines were not purchased specifically for the contest and have undergone maintenance during their lifetime. As such, some of them have slightly different specs (due to replaced parts) which we do not anticipate will affect the performance of the teams. Please note that the judging machines will all have identical specs.

Software

The following software is available on the contest machines:

  • OS: Debian Sid
  • Java 1.6.0_12
  • GCC 4.3.1
  • GNU Make 3.81
  • GDB 7.0.1
  • Eclipse 3.7.2 with CDT 8.0.2
  • GNU Emacs 22.2.1
  • vim 7.1

The contest will be run using PC^2 9.2.

Reference Material

The following reference material will be available on the contest machines:

  • JDK JavaDocs
  • C++ STL docs