0_0_36422034_3872.cpp: In function 'int main()':
0_0_36422034_3872.cpp:7:19: error: 'a' was not declared in this scope
scanf("%d%d%d",&a,&b,&c);
^
0_0_36422034_3872.cpp:7:22: error: 'b' was not declared in this scope
scanf("%d%d%d",&a,&b,&c);
^
0_0_36422034_3872.cpp:7:25: error: 'c' was not declared in this scope
scanf("%d%d%d",&a,&b,&c);
^
|