Submission #00031
ソースコード
ステータス
項目 |
データ |
問題 |
0002 - ニュータウン |
ユーザー名 |
大漁盛り
|
投稿日時 |
2017-09-06 16:05:55 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
183 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:1:1: error: ‘nclude’ does not name a type
nclude<bits/stdc++.h>
^~~~~~
./Main.cpp: In function ‘int main()’:
./Main.cpp:5:3: error: ‘cin’ was not declared in this scope
cin>>h>>r;
^~~
./Main.cpp:5:3: note: suggested alternative: ‘main’
cin>>h>>r;
^~~
main
./Main.cpp:6:12: error: ‘cout’ was not declared in this scope
if(r+h>0)cout<<1<<endl;
^~~~
./Main.cpp:6:21: error: ‘endl’ was not declared in this scope
if(r+h>0)cout<<1<<endl;
^~~~
./Main.cpp:6:21: note: suggested alternative: ‘enum’
if(r+h>0)cout<<1<<endl;
^~~~
enum
./Main.cpp:7:17: error: ‘cout’ was not declared in this scope
else if(r+h<0)cout<<-1<<endl;
^~~~
./Main.cpp:7:27: error: ‘endl’ was not declared in this scope
else if(r+h<0)cout<<-1<<endl;
^~~~
./Main.cpp:7:27: note: suggested alternative: ‘enum’
else if(r+h<0)cout<<-1<<endl;
^~~~
enum
./Main.cpp:8:8: error: ‘cout’ was not declared in this scope
else cout<<0<<endl;
^~~~
./Main.cpp:8:17: error: ‘endl’ was not declared in this scope
else cout<<0<<endl;
^~~~
./Main.cpp:8:17: note: suggested alternative: ‘enum’
else cout<<0<<endl;
^~~~
enum
セット
テストケース