View Clarifications


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


ProblemClarification
General I/O?

Please use standard in and standard out!

Input --
Java: Scanner in = new Scanner(new BufferedReader(new InputStreamReader(System.in)));
C: scanf("%d %d", &integer1, &integer2);
C++: int x; cin >> x;

Output --
Java: System.out.println("asdf");
C: printf("%d %d", integer1, integer2);
C++: int x = 5; cout << x << endl;
General Java class names?

Use any class name (make sure classes are public)
General Compilers?

gcc 5.3.1
Java 1.8.0_71
Python 2.7.10 and 3.4.2
ghc 7.8.4


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