Submission #44172
ソースコード
ステータス
項目 |
データ |
問題 |
0001 - Hello World! |
ユーザー名 |
ei1841
|
投稿日時 |
2018-09-27 17:59:48 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
108 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:2:11: error: expected ‘:’ before ‘static’
public static void main(String arg[]){
^~~~~~~
:
./Main.cpp:2:29: error: ‘String’ has not been declared
public static void main(String arg[]){
^~~~~~
./Main.cpp:5:2: error: expected ‘;’ after class definition
}
^
;
./Main.cpp: In static member function ‘static void java001::main(int*)’:
./Main.cpp:3:9: error: ‘System’ was not declared in this scope
System.out.println("Hello World!");
^~~~~~
セット
テストケース