Submission #58531
ソースコード
ステータス
項目 |
データ |
問題 |
0001 - Hello World! |
ユーザー名 |
javace
|
投稿日時 |
2020-02-07 18:06:16 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
183 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:1:1: error: ‘import’ does not name a type; did you mean ‘short’?
import java.util.Scanner;
^~~~~~
short
./Main.cpp:3:7: error: expected ‘:’ before ‘static’
public static void main (String[] args){
^~~~~~~
:
./Main.cpp:3:26: error: ‘String’ has not been declared
public static void main (String[] args){
^~~~~~
./Main.cpp:3:35: error: expected ‘,’ or ‘...’ before ‘args’
public static void main (String[] args){
^~~~
./Main.cpp:8:2: error: expected ‘;’ after class definition
}
^
;
./Main.cpp: In static member function ‘static void Main::main(int*)’:
./Main.cpp:4:1: error: ‘Scanner’ was not declared in this scope
Scanner scanner =new Scanner(System.in);
^~~~~~~
./Main.cpp:5:1: error: ‘System’ was not declared in this scope
System.out.println("Hello World!");
^~~~~~
./Main.cpp:6:1: error: ‘scanner’ was not declared in this scope
scanner.close();
^~~~~~~
セット
テストケース