競賽環境
- Software
- OS
- Windows 7 Enterprise 32-bit (SP1)
- Editors
- Notepad
- Notepad++ 5.9.2
- Vim/gVim 7.3
- GNU Emacs 23.4
- Languages and Compilers
- Java (javac version 1.7)
- GNU C/C++ (MinGW with gcc version 4.6)
- Microsoft C/C++ (Microsoft C/C++ compiler version 15)
- IDE
- Java
- Eclipse Indigo (3.7.2)
- Netbeans IDE 7.1.1
- JCreator LE 5.0
- CodingFrenzy 2.06
- C/C++
- Visual Studio 2008/2010 Professional
- Eclipse Indigo (3.7.2) with CDT
- Netbeans IDE 7.1.1 with C/C++ support
- Dev-C++ 4.9.9.2 (Orwell Update 5.2.0.0)
- Code::Blocks 10.05
- CodingFrenzy 2.06
- Programming Contest Control
- Hardware
- HP Z210 Convertible Minitower Workstation
- CPU
- Intel Xeon E3 1240 3.3GHz
- Main Memory
- Reference Materials
- PC^2 Team Guide (PC^2 Version 9 Contestant's Guide)
- JDK Java Docs
- The GNU C Library Reference Manual
- The GNU libstd c++ manual
- The GNU libstd c++ api
- Microsoft Visual Studio 2008/2010 Documentation
- PC^2 Judge Compile Command
- Java
- GNU C
- gcc -lm -o {:basename}.exe {:mainfile}
- GNU C++
- g++ -lm -o {:basename}.exe {:mainfile}
- Microsoft C/C++