Run id: 120802

Main.cc: In function 'int main()':
Main.cc:7:2: error: expected ';' before 'for'
  for(int i=1;i<=n;i++)
  ^
Main.cc:7:14: error: 'i' was not declared in this scope
  for(int i=1;i<=n;i++)
              ^
Main.cc:16:3: error: 's' was not declared in this scope
   s++;
   ^
Main.cc:18:16: error: 's' was not declared in this scope
  cout<