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
B - Factor This How are we supposed to read the input? On separate lines or all at once?

Either works. As long as the output you eventually produce matches the expected output.


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