code festival 2014 上海(オープンコンテスト)
Can Participate: All Rated Range: - Penalty: None
This is OPEN CONTEST
Notice
If you are going to use Java language, you must see the points bellow.
-
The class name of your source code has to declared as
Main
. Not to declared asmain
and any other class name. For this reason, the file name of yours also designated asMain.java
. -
You don't allow to use your package. Because the execution command on our system for Java is
java {filename}
.