ACM ICPC
ACM Regional Collegiate
Programming Contest



Greater New York Region
Sunday, November 19, 2017
Multi-site hubs: Stony Brook, Manhattan College, Binghamton, and online!
Contest announcement mailing list
ACM ICPC




2017 Contest Environment Information

How to prepare a USB thumb drive for the contest ISO Image on Windows

  1. Select a thumb drive that is at least 4GB in size.
  2. Insert the drive into the Windows PC
  3. Create an Administrator command prompt window. Usually from the Start Menu, choose Accessories, and Right-click on "Command Prompt" and choose "Run as Administrator"
  4. At the command prompt, type: diskpart
  5. Type list disk" once diskpart starts
  6. Find the USB disk in the list. Make sure you select the correct one!!!
  7. Type select disk X (where X is the number of the USB disk). Very important to get this right or you can destroy your Windows hard disk.
  8. After selecting the disk, type: list part This will show all partititions on the drive.
  9. For each partition (if any), do:
    1. Type select part P (where P is the partition number as shown in the list)
    2. Type delete part override
  10. The thumb drive should have no partitions on it now. We need to create one for the contest system. type: create part primary
  11. Now the partition must be formatted properly:
    1. Type select part 1
    2. Type format fs=fat32 label="Contest" quick
  12. When the format completes, quit the 'diskpart' utility by typing: exit
That is all. Now you can use the Fedora Media Writer to copy the ISO image onto the USB drive.

Creating a bootable USB using Fedora Media Writer on Windows

  1. Download and install Fedora Media Writer V4.1.0 from this link: https://getfedora.org/fmw/FedoraMediaWriter-win32-4.1.0.exe
  2. Download the ISO contest image from the link: 2017-Contest-Image.iso (Checksums)
  3. Insert your USB drive (at least 4gb)
  4. Start Fedora Media Write as "Administrator". Find "Fedora Media Writer" in your Start menu, expand the folder then right click on "Fedora Media Writer" and select "Run as Administrator"
  5. Choose "Custom Image" (the bottom choice)
  6. Browse to the location where you downloaded the ISO contest image, and select the ISO file.
  7. When the "Write Custom Image" window pops up, make sure that the correct USB disk is selected and select the red "Write to disk" button.
  8. This will take some time - maybe 5 to 10 minutes.
  9. Check for errors on the window. If none, the choose the "Close" button.

The "TEAM-SAVE" Drive

In order to have the system save your work periodically so you don't lose anything if the system must be rebooted, you will also need another thumb drive (any size you like). You have to format it as FAT32 and give it the label "TEAM-SAVE". This thumb drive should be inserted before you boot the system using the boot disk created above. It must REMAIN IN THE SYSTEM DURING THE ENTIRE CONTEST if you want your files saved. The system will copy your files every 5 minutes to this thumb drive.

Boot into the environment

Once you have your bootable media working, you should be able to boot your system (PC or laptop) from it. The system should automatically login as user "contestant", but this does not always happen. If it doesn't, just hit ENTER twice when you see the login screen.

At this point, you should try bringing up the Firefox browser. It should take you to the home page 'http://contest-server:8017/, where you will find the usual contest webpage, including instructions for configuring a printer, if you need one. There is also a menu item (on the left) for making submissions during the contest. Ignore this for now.

Things to try before you compete