Run id: 146522

Main.cc: In function 'int main()':
Main.cc:11:11: error: 'xt' was not declared in this scope
           xt=1;
           ^
Main.cc:12:9: error: 'xl' was not declared in this scope
         xl++;
         ^
Main.cc:15:12: error: 'xt' was not declared in this scope
         if(xt==xl) 
            ^
Main.cc:16:14: error: 'count' was not declared in this scope
              count++;
              ^
Main.cc:17:9: error: 'n' was not declared in this scope
         n++;
         ^