SCUSA Region
ICPC Masthead
2016 ACM ICPC South Central USA Regional Programming Contest
ACM Balloon Logo

Contest Hints

Welcome to the contest. This page has been written in an attempt to make things easier for you. These are not rules, just the same advice that I provide my teams as a coach.

Advice

Clarifications

Remember that you can use clarifications to submit questions about both the contest and the problems. Understand the judges' perspective -- clarifications mean that the problem has a mistake, is incomplete, or is incorrect. The PC^2 web interface provides a complete clarification system. To use it, choose the problem and then type in the question.

Computer Use

The systems provide almost all of the basic GNU / Open Source software you would expect. We believe the software you will use most is as follows:

Application Type Command Comments
Terminals konsole KDE Konsole
xterm Standard X Terminal
Editors vim or gvim Vi IMproved
xemacs XEMACS
emacs Standard EMACS
gedit GNOME Editor
kedit KDE Editor
nano Free PICO-like editor
Plain Compilers gcc or g++ Standard GNU C / C++ compiler
IDE Compilers eclipse IBM's Eclipse
Browsers firefoxMozilla Firefox
kfmclient openProfile web browsing KDE's Konquerer
Miscellaneous kcalc KDE's Calculator
acroread Adobe Acrobat Reader

All of the software listed above will be available under each window manager (see below) in a menu called ACM Tools. Other software is available on the systems and you are free to use anything you find there.

To login to the systems use the login ID team with no password. By default, you will be at a console prompt. We have provided three different window managers: GNOME, KDE, and Fluxbox. Use whichever you are most comfortable with. To invoke any of the three window managers and start an X-Windows session, type gnome, or kde, or flux. If you simply type startx the default window manager is Fluxbox.

KDE

KDE is the standard programmers' window manager. All applications are available by clicking on the KDE logo in the lower left corner of the screen. As mentioned above, most of the software we believe you will need is available under the menu ACM Tools. You are free to use any other software you find in the menus.

Konsole

If you are using Konsole, but prefer black backgrounds, you can set the colors by choosing Settings -> Schema -> Linux Colors. After that, choosing Settings -> Save Settings will ensure that every subsequent Konsole window has the same color settings.

vim

A basic default configuration for vim has been provided. However, this can be further tweaked to your liking by editing .vimrc in your home directory. The following additional commands may be useful:

Solution Design

Your programs should be written so that they read from standard input (<stdin>) and write to standard output (<stdout>). We will run your programs by using I/O redirection (with the < and > operators). Here is an example run of a compiled program:

./p1.exe < input.txt > output.txt

Submitting Solutions

You will be submitting your code for judgement via PC^2 contest control system. You will use a web browser to do this. On the submission form, you will need to select the problem number, the language to use for your submission and the single source file of your submission.

NOTE: All programs must be a single source file (no separate units).

NOTE: When using a web forms some fields are remembered from the past. Always check the path/filename of the source file you are submitting. We can only judge what you submit.

You will be notified via PC^2 web interface when your submission is judged. You can also use PC^2 web interface to check the current status of all submissions.

Test Runs

PLEASE do test runs. Test your solutions before submitting them to us. Your solutions should at least compile and process the sample input data provided in the problem sets. i

Resources

Your team of three students will have five hours (unless altered by unforseen events) to complete eight to ten problems (anticipated). The only computational device you are to use is the assigned computer system. Books, notes, and printouts are welcome. If you have not already done so, use the practice times to familiarize yourself with the computers, the operating environment, the compilers and PC^2.

Last Words

Friday night is for practicing, understanding the rules, getting comfortable with the computing environment and relaxing. The Saturday morning practice is for verifying that the system you will use works, verifying that you can edit, compile, link, and submit solutions correctly.

Ask questions while you can. Once the contest starts Saturday it will be too late.

One final thing - Do NOT do anything that might be perceived as cheating.

Good luck!