Submission #43153
ソースコード
ステータス
| 項目 |
データ |
| 問題 |
0001 - Hello World! |
| ユーザー名 |
ei1841
|
| 投稿日時 |
2018-09-14 16:39:28 |
| 言語 |
C++11 |
| 状態 |
Compile Error |
| 得点 |
0
|
| ソースコード長 |
81 Byte |
| 最大実行時間 |
-
|
| 最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:1:25: warning: extra tokens at end of #include directive
#include<iostream>using namespace std;int main(){cout<<"Hello World\n";return 0;}
^~~~~~~~~
./Main.cpp:1:9: fatal error: iostream>usin: No such file or directory
#include<iostream>using namespace std;int main(){cout<<"Hello World\n";return 0;}
^~~~~~~~~~~~~~~
compilation terminated.
セット
テストケース