0_0_18060441_22319.cpp: In function 'int main()':
0_0_18060441_22319.cpp:39:17: error: expected '}' before 'else'
else
^
0_0_18060441_22319.cpp:46:17: error: 'else' without a previous 'if'
else if(midd<0)
^
0_0_18060441_22319.cpp:51:9: error: 'else' without a previous 'if'
else
^
0_0_18060441_22319.cpp:54:17: error: 'cc' was not declared in this scope
x1=-cc/bb;
^
0_0_18060441_22319.cpp:54:20: error: 'bb' was not declared in this scope
x1=-cc/bb;
^
0_0_18060441_22319.cpp:55:22: error: 'd' was not declared in this scope
if(x1*x1+d*x1+e==0)
^
0_0_18060441_22319.cpp:55:27: error: 'e' was not declared in this scope
if(x1*x1+d*x1+e==0)
^
0_0_18060441_22319.cpp:59:55: error: 'a' was not declared in this scope
printf("(-INF, %.4f) U (%.4f, INF)\n",a,a);
^
0_0_18060441_22319.cpp:63:54: error: 'a' was not declared in this scope
printf("(-INF, %.4f) U (%.4f, %.4f) U (%.4f, INF)\n",a,a,a+y,a+y);
^
0_0_18060441_22319.cpp:64:21: error: expected '}' before 'else'
else
^
0_0_18060441_22319.cpp:64:21: error: expected '}' before 'else'
0_0_18060441_22319.cpp:65:74: error: 'a' was not declared in this scope
printf("(-INF, %.4f) U (%.4f, %.4f) U (%.4f, INF)\n",a+y,a+y,a,a);
^
0_0_18060441_22319.cpp: At global scope:
0_0_18060441_22319.cpp:68:13: error: expected unqualified-id before 'else'
else
^
|