ACM at Bucknell University
Programming Contest

Home → Editing, compiling, and running code.

Contest Documentation and Help

You are not allowed to use the Internet except as specifically listed here during the contest.

Editors

Available editors include the contest software, vi, gedit, idle, and emacs. There are are tutorials available for emacs and vi. These tutorials were copied from other ACM contest websites and we do not guarantee their accuracy. We will try to answer emacs questions as best we can. You are welcome to use the editor of your choice as long as it is available on our system.

Compiling and running languages

C++ will include iostream support and you may also use gets() and the scanf()/printf() family of functions. The C++ string library and Standard Template Library (STL) will be available.

A list of some C and C++ headers is available. You will need to include them as you use them.

Input and Output

Notes on input and output: