0_0_34118970_719.cpp: In function 'int main()':
0_0_34118970_719.cpp:38:8: error: expected ';' before 'int'
int a,b,c;
^
0_0_34118970_719.cpp:41:27: error: 'a' was not declared in this scope
scanf("%d %d %d",&a,&b,&c);
^
0_0_34118970_719.cpp:41:30: error: 'b' was not declared in this scope
scanf("%d %d %d",&a,&b,&c);
^
0_0_34118970_719.cpp:41:33: error: 'c' was not declared in this scope
scanf("%d %d %d",&a,&b,&c);
^
|