0_0_14827391_10112.cpp: In function 'int main()':
0_0_14827391_10112.cpp:5:10: error: 'doublea' was not declared in this scope
doublea,b,c;
^
0_0_14827391_10112.cpp:5:18: error: 'b' was not declared in this scope
doublea,b,c;
^
0_0_14827391_10112.cpp:5:20: error: 'c' was not declared in this scope
doublea,b,c;
^
0_0_14827391_10112.cpp:9:22: error: 'a' was not declared in this scope
scanf("%lf%lf%lf",&a,&b,&c);
^
|