Submission #00136
ソースコード
ステータス
項目 |
データ |
問題 |
0002 - ビル (buildings) |
ユーザー名 |
Xyca.
|
投稿日時 |
2017-05-05 21:33:58 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
694 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:10:11: error: ‘int y1’ redeclared as different kind of symbol
int x1,x2,y1,y2;
^
In file included from /usr/include/features.h:361:0,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/os_defines.h:39,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/x86_64-unknown-linux-gnu/bits/c++config.h:482,
from /usr/local/gcc-5.1.0/include/c++/5.1.0/iostream:38,
from ./Main.cpp:1:
/usr/include/bits/mathcalls.h:242:1: note: previous declaration ‘double y1(double)’
__MATHCALL (y1,, (_Mdouble_));
^
./Main.cpp: In function ‘int main()’:
./Main.cpp:26:15: error: invalid conversion from ‘double (*)(double) throw ()’ to ‘int’ [-fpermissive]
for(int j=y1;j<=y2;j++){
^
./Main.cpp:33:15: error: invalid conversion from ‘double (*)(double) throw ()’ to ‘int’ [-fpermissive]
for(int j=y1;j<=y2;j++){
^
セット
テストケース