Run id: 149149

Main.cc: In function 'int main()':
Main.cc:4:20: error: expected initializer before '==' token
     int s1=10000,s2==10000,n;
                    ^
Main.cc:5:10: error: 'n' was not declared in this scope
     cin>>n;
          ^
Main.cc:8:9: error: 's2' was not declared in this scope
         s2=s2-2;
         ^
Main.cc:11:15: error: 's2' was not declared in this scope
         cout<