0_0_20881904_22950.cpp: In function 'int main()':
0_0_20881904_22950.cpp:5:5: error: 'doublea1' was not declared in this scope
doublea1,b1,a2,b2,c1,d1,c2,d2,a,b,c,d;
^
0_0_20881904_22950.cpp:5:14: error: 'b1' was not declared in this scope
doublea1,b1,a2,b2,c1,d1,c2,d2,a,b,c,d;
^
0_0_20881904_22950.cpp:5:17: error: 'a2' was not declared in this scope
doublea1,b1,a2,b2,c1,d1,c2,d2,a,b,c,d;
^
0_0_20881904_22950.cpp:5:20: error: 'b2' was not declared in this scope
doublea1,b1,a2,b2,c1,d1,c2,d2,a,b,c,d;
^
0_0_20881904_22950.cpp:5:23: error: 'c1' was not declared in this scope
doublea1,b1,a2,b2,c1,d1,c2,d2,a,b,c,d;
^
0_0_20881904_22950.cpp:5:26: error: 'd1' was not declared in this scope
doublea1,b1,a2,b2,c1,d1,c2,d2,a,b,c,d;
^
0_0_20881904_22950.cpp:5:29: error: 'c2' was not declared in this scope
doublea1,b1,a2,b2,c1,d1,c2,d2,a,b,c,d;
^
0_0_20881904_22950.cpp:5:32: error: 'd2' was not declared in this scope
doublea1,b1,a2,b2,c1,d1,c2,d2,a,b,c,d;
^
0_0_20881904_22950.cpp:5:35: error: 'a' was not declared in this scope
doublea1,b1,a2,b2,c1,d1,c2,d2,a,b,c,d;
^
0_0_20881904_22950.cpp:5:37: error: 'b' was not declared in this scope
doublea1,b1,a2,b2,c1,d1,c2,d2,a,b,c,d;
^
0_0_20881904_22950.cpp:5:39: error: 'c' was not declared in this scope
doublea1,b1,a2,b2,c1,d1,c2,d2,a,b,c,d;
^
0_0_20881904_22950.cpp:5:41: error: 'd' was not declared in this scope
doublea1,b1,a2,b2,c1,d1,c2,d2,a,b,c,d;
^
0_0_20881904_22950.cpp:6:16: error: 'a1' was not declared in this scope
while(cin>>a1>>b1>>a2>>b2>>c1>>d1>>c2>>d2)
^
0_0_20881904_22950.cpp:40:5: error: 'return0' was not declared in this scope
return0;
^
|