Submission #57485


ソースコード

ステータス

項目 データ
問題 0001 - Hello World!
ユーザー名 r1910
投稿日時 2019-12-17 15:42:49
言語 C++14
状態 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();
 ^~~~~~~

セット

セット 得点 Cases

テストケース

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