Run id: 123869

Main.cc: In function 'int main()':
Main.cc:68:3: error: expected ';' before 'g'
   g=m/1%10;
   ^
Main.cc:71:3: error: expected ';' before 'if'
   if(g-q-b-s>0){
   ^
Main.cc:64:10: warning: unused variable 'g' [-Wunused-variable]
  int n,m,g,s,b,q,c=0;
          ^
Main.cc:64:14: warning: unused variable 'b' [-Wunused-variable]
  int n,m,g,s,b,q,c=0;
              ^