[ Contest Page | Scoreboard | Submissions | Clarifications | Help | Log In ]
| Problem | Clarification |
|---|---|
| General |
What version of GCC and Java is the judge running? gcc version 4.3.2 20081105 (Red Hat 4.3.2-7) (GCC) Java(TM) SE Runtime Environment (build 1.6.0_16-b01) C and C++ will be compiled with the following Makefile (I recommend you add -Wall) %: %.c gcc -O2 $< -o $@ -lm %: %.cc g++ -O2 $< -o $@ -lm Java will be compiled with the following command line: javac -Xlint:unchecked The class name you choose does not matter, but it must be public. |
| General |
How do I read the input? Where do I put the output? Use standard input and output. |
| General |
Can I change my password? Yes, e-mail kevin.waugh@gmail.com with your andrewid and new password. |
| General |
What do the errors mean? Accepted: You're solution is correct. Wrong Answer: Your output is incorrect. Presentation Error: Your output was incorrectly formatted. Compile Error: Your program did not compile. Time Error: Your program was too slow. Runtime Error: Divide by zero, segfault, exception etc. |
| C - Sound |
Is the "." in NONE included in the output? No. |
| D - Power Plants |
How many cases are there? About 100, we have a Java solution that runs in <2 seconds on the grader. |
Ultra Cool Programming Contest Control Centre v1.7b
Copyright (c) 2005-2007 by Sonny Chan