0_0_15994699_30803.cpp: In function 'int main()':
0_0_15994699_30803.cpp:7:10: error: 'inta' was not declared in this scope
inta,b,c,i,j;
^
0_0_15994699_30803.cpp:7:15: error: 'b' was not declared in this scope
inta,b,c,i,j;
^
0_0_15994699_30803.cpp:7:17: error: 'c' was not declared in this scope
inta,b,c,i,j;
^
0_0_15994699_30803.cpp:7:19: error: 'i' was not declared in this scope
inta,b,c,i,j;
^
0_0_15994699_30803.cpp:7:21: error: 'j' was not declared in this scope
inta,b,c,i,j;
^
0_0_15994699_30803.cpp:11:3: error: 'a' was not declared in this scope
a=i/100;
^
|