0_0_25188939_12193.cpp: In function 'int main()':
0_0_25188939_12193.cpp:63:9: error: 'tot1' was not declared in this scope
cout<<tot1-tot2/2<<endl;
^
0_0_25188939_12193.cpp:63:14: error: 'tot2' was not declared in this scope
cout<<tot1-tot2/2<<endl;
^
|