Run id: 95991

Main.cc: In function 'int main()':
Main.cc:12:7: error: 'sm' was not declared in this scope
       sm++;
       ^
Main.cc:14:15: error: expected ')' before ';' token
      if(sum==k;)
               ^
Main.cc:14:16: error: expected primary-expression before ')' token
      if(sum==k;)
                ^
Main.cc: At global scope:
Main.cc:20:2: error: expected unqualified-id before 'return'
  return 0;
  ^
Main.cc:21:1: error: expected declaration before '}' token
 }
 ^