Main.cc: In function 'int main()':
Main.cc:14:9: error: 's2_num' was not declared in this scope
s2_num++;
^
Main.cc:17:24: error: 's2_num' was not declared in this scope
cout<s1_num<<" "<<s2_num<<endl;
^