0_0_27074578_1026.cpp: In function 'int main()':
0_0_27074578_1026.cpp:3:15: error: expected initializer before '==' token
{int x,y,z,sum==0,a;
^
0_0_27074578_1026.cpp:8:12: error: 'a' was not declared in this scope
case 1:a=0;break;
^
0_0_27074578_1026.cpp:25:12: error: 'a' was not declared in this scope
case 1:a=0;break;
^
0_0_27074578_1026.cpp:40:17: error: 'a' was not declared in this scope
printf("%d\n",a+z);
^
0_0_27074578_1026.cpp:41:2: error: expected '}' at end of input
}
^
|