Run id: 135190

Main.cc: In function 'int zxgb(int, int)':
Main.cc:17:6: warning: variable 'man' set but not used [-Wunused-but-set-variable]
  int man;
      ^
Main.cc:26:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
Main.cc: In function 'int main()':
Main.cc:33:2: error: expected ';' before 'return'
  return 0;
  ^