Run id: 137141

Main.cc: In function 'int main()':
Main.cc:9:3: error: expected ',' or ';' before 'int'
   int s=a%100/10;
   ^
Main.cc:12:8: error: 's' was not declared in this scope
   if(g>s+b+q)i++
        ^
Main.cc:13:2: error: expected ';' before '}' token
  }
  ^