Run id: 128791

Main.cc: In function 'int main()':
Main.cc:12:15: error: 'r' was not declared in this scope
         if(!a[r])s++;
               ^
Main.cc:12:18: error: 's' was not declared in this scope
         if(!a[r])s++;
                  ^
Main.cc:15:18: error: 's' was not declared in this scope
         if(!a[t])s++;
                  ^
Main.cc:16:12: error: 's' was not declared in this scope
         if(s==m){
            ^
Main.cc:23:12: error: lvalue required as left operand of assignment
         i%1=n;
            ^
Main.cc: At global scope:
Main.cc:25:2: error: 'i' does not name a type
  i=0;
  ^
Main.cc:26:2: error: expected unqualified-id before 'while'
  while(a[i++]);
  ^
Main.cc:27:2: error: 'cout' does not name a type
  cout<