Submission #55074
ソースコード
ステータス
項目 |
データ |
問題 |
0383 - ヤマダハモアイ |
ユーザー名 |
ep1940
|
投稿日時 |
2019-09-21 15:25:17 |
言語 |
C++ |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
143 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:1:1: error: ‘include’ does not name a type
include <bits/stdc++.h>
^~~~~~~
./Main.cpp: In function ‘int main()’:
./Main.cpp:4:1: error: ‘cin’ was not declared in this scope
cin.tie(NULL);
^~~
./Main.cpp:4:1: note: suggested alternative: ‘main’
cin.tie(NULL);
^~~
main
./Main.cpp:4:9: error: ‘NULL’ was not declared in this scope
cin.tie(NULL);
^~~~
./Main.cpp:4:9: note: ‘NULL’ is defined in header ‘<cstddef>’; did you forget to ‘#include <cstddef>’?
./Main.cpp:1:1:
+#include <cstddef>
include <bits/stdc++.h>
./Main.cpp:4:9:
cin.tie(NULL);
^~~~
./Main.cpp:5:1: error: ‘ios’ has not been declared
ios::sync_with_stdio(false);
^~~
./Main.cpp:6:2: error: ‘cout’ was not declared in this scope
cout<<"to"<<"\n";
^~~~
セット
テストケース