View Clarifications


[ Contest Page | Scoreboard | Submissions | Clarifications | Help | Log In ]


ProblemClarification
General Basic contest info

Input is from standard input, output is from standard output. Do not have your code open a file or print to a file.

Compiler/interpreter info

C++:
-lm -O2 -std=c++11
gcc 4.8.4


C:
-lm -O2 -std=gnu99
gcc 4.8.4


Java:
Nothing special. Our judge will detect the class name and select the classpath based on that, so don't worry about specifying a particular one. Just make sure the class is public.
javac 1.7.0_121


Python 3:
No need to put a #! at the top with the location of bash.
python3 3.4.3
A - Stacking Containers is the input a text file or will it be entered in the terminal upon execution?

It will be redirected from a file to standard input. In other words, treat the input as if someone was typing it.
General Is the time for our submitted input in seconds or minutes?

If you are referring to the time recorded on the submission page after you click the button, this is telling you how many minutes into the competition the submission was received.
B - Binary Patterns For 0 0 0 0 the answer is 0?

This input is guaranteed to not occur (it says so the description).


Ultra Cool Programming Contest Control Centre v1.8
Copyright (c) 2005-2010 by Sonny Chan