0_0_29127850_2092.cpp: In function 'int main()':
0_0_29127850_2092.cpp:18:12: error: 'a1' was not declared in this scope
if(a1>a2)f1=1;if(a1<a2)f2=1;
^
0_0_29127850_2092.cpp:18:15: error: 'a2' was not declared in this scope
if(a1>a2)f1=1;if(a1<a2)f2=1;
^
0_0_29127850_2092.cpp:18:26: error: 'a1' was not declared in this scope
if(a1>a2)f1=1;if(a1<a2)f2=1;
^
0_0_29127850_2092.cpp:18:29: error: 'a2' was not declared in this scope
if(a1>a2)f1=1;if(a1<a2)f2=1;
^
0_0_29127850_2092.cpp:19:12: error: 'b1' was not declared in this scope
if(b1>b2)f1=1;if(b1<b2)f2=1;
^
0_0_29127850_2092.cpp:19:15: error: 'b2' was not declared in this scope
if(b1>b2)f1=1;if(b1<b2)f2=1;
^
0_0_29127850_2092.cpp:19:26: error: 'b1' was not declared in this scope
if(b1>b2)f1=1;if(b1<b2)f2=1;
^
0_0_29127850_2092.cpp:19:29: error: 'b2' was not declared in this scope
if(b1>b2)f1=1;if(b1<b2)f2=1;
^
0_0_29127850_2092.cpp:20:12: error: 'c1' was not declared in this scope
if(c1>c2)f1=1;if(c1<c2)f2=1;
^
0_0_29127850_2092.cpp:20:15: error: 'c2' was not declared in this scope
if(c1>c2)f1=1;if(c1<c2)f2=1;
^
0_0_29127850_2092.cpp:20:26: error: 'c1' was not declared in this scope
if(c1>c2)f1=1;if(c1<c2)f2=1;
^
0_0_29127850_2092.cpp:20:29: error: 'c2' was not declared in this scope
if(c1>c2)f1=1;if(c1<c2)f2=1;
^
|