Run id: 141125

Main.cc: In function 'int main()':
Main.cc:5:6: error: 'i' was not declared in this scope
  for(i=100;i<=999;i++){ 
      ^
Main.cc:6:6: error: 'g' was not declared in this scope
      g=i%10; 
      ^
Main.cc:7:6: error: 's' was not declared in this scope
      s=i/10%10; 
      ^
Main.cc:4:6: warning: unused variable 'a' [-Wunused-variable]
  int a,b,c;
      ^
Main.cc:4:10: warning: unused variable 'c' [-Wunused-variable]
  int a,b,c;
          ^