Submission #00023
ソースコード
ステータス
項目 |
データ |
問題 |
0002 - この川 |
ユーザー名 |
IDEAL_PEAR
|
投稿日時 |
2017-07-14 16:15:15 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
304 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:1:1: エラー: ‘include’ does not name a type; did you mean ‘__has_include’?
include<bits/stdc++.h>
^~~~~~~
__has_include
./Main.cpp: 関数 ‘int main()’ 内:
./Main.cpp:6:3: エラー: ‘cin’ was not declared in this scope
cin >> h >> y >> n;
^~~
./Main.cpp:6:3: 備考: suggested alternative: ‘main’
cin >> h >> y >> n;
^~~
main
./Main.cpp:13:7: エラー: ‘cout’ was not declared in this scope
cout << "deep" << endl;
^~~~
./Main.cpp:13:25: エラー: ‘endl’ was not declared in this scope
cout << "deep" << endl;
^~~~
./Main.cpp:13:25: 備考: suggested alternative: ‘enum’
cout << "deep" << endl;
^~~~
enum
./Main.cpp:15:7: エラー: ‘cout’ was not declared in this scope
cout << "shallow" << endl;
^~~~
./Main.cpp:15:28: エラー: ‘endl’ was not declared in this scope
cout << "shallow" << endl;
^~~~
./Main.cpp:15:28: 備考: suggested alternative: ‘enum’
cout << "shallow" << endl;
^~~~
enum
セット
テストケース