Submission #31710


ソースコード

ステータス

項目 データ
問題 0001 - Hello World!
ユーザー名 Zzz..ei1704..Zzz
投稿日時 2018-03-02 14:16:06
言語 C++11
状態 Compile Error
得点 0
ソースコード長 105 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp:2:10: error: expected ‘:’ before ‘static’
   public static void main(String[] args){
          ^~~~~~
./Main.cpp:2:27: error: ‘String’ has not been declared
   public static void main(String[] args){
                           ^~~~~~
./Main.cpp:2:36: error: expected ‘,’ or ‘...’ before ‘args’
   public static void main(String[] args){
                                    ^~~~
./Main.cpp:5:2: error: expected ‘;’ after class definition
 }
  ^
  ;
./Main.cpp: In static member function ‘static void Main::main(int*)’:
./Main.cpp:3:5: error: ‘System’ was not declared in this scope
     System.out.println("Hello World!");
     ^~~~~~

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #