0_0_38531972_10661.cpp: In function 'int main()':
0_0_38531972_10661.cpp:44:11: error: 'i' was not declared in this scope
if(a[i]==1||a[i]==3)
^
0_0_38531972_10661.cpp:46:13: error: 'i' was not declared in this scope
last=a[i];
^
0_0_38531972_10661.cpp:59:11: error: 'i' was not declared in this scope
if(a[i]==1||a[i]==2)
^
0_0_38531972_10661.cpp:61:13: error: 'i' was not declared in this scope
last=a[i];
^
0_0_38531972_10661.cpp:77:11: error: 'i' was not declared in this scope
if(a[i]==2||a[i]==3)
^
0_0_38531972_10661.cpp:79:13: error: 'i' was not declared in this scope
last=a[i];
^
0_0_38531972_10661.cpp:92:11: error: 'i' was not declared in this scope
if(a[i]==1||a[i]==3)
^
0_0_38531972_10661.cpp:94:13: error: 'i' was not declared in this scope
last=a[i];
^
0_0_38531972_10661.cpp:110:11: error: 'i' was not declared in this scope
if(a[i]==2||a[i]==3)
^
0_0_38531972_10661.cpp:112:13: error: 'i' was not declared in this scope
last=a[i];
^
0_0_38531972_10661.cpp:125:11: error: 'i' was not declared in this scope
if(a[i]==1||a[i]==2)
^
0_0_38531972_10661.cpp:127:13: error: 'i' was not declared in this scope
last=a[i];
^
|