运行 ID: 42127

Main.cc: In function ‘bool jiou(int)’:
Main.cc:5:7: error: ‘jz’ was not declared in this scope
  if(x%jz%2==0) return 0;
       ^~
Main.cc:6:6: error: ‘jz’ was not declared in this scope
  x=x/jz; 
      ^~
Main.cc: In function ‘int huiwen(int)’:
Main.cc:27:5: error: ‘num’ was not declared in this scope
  if(num==h) return 1;
     ^~~
Main.cc:27:5: note: suggested alternative: ‘enum’
  if(num==h) return 1;
     ^~~
     enum
Main.cc:29:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^