0_0_34693805_31983.cpp: In function 'int main()':
0_0_34693805_31983.cpp:4:1: error: 'inta' was not declared in this scope
inta,b,sum;
^
0_0_34693805_31983.cpp:4:6: error: 'b' was not declared in this scope
inta,b,sum;
^
0_0_34693805_31983.cpp:4:8: error: 'sum' was not declared in this scope
inta,b,sum;
^
0_0_34693805_31983.cpp:5:1: error: 'a' was not declared in this scope
a=1;
^
|