Run id: 91410

Main.cc: In function 'int s2(int)':
Main.cc:23:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
Main.cc: In function 'int main()':
Main.cc:25:45: error: 'fenjie' was not declared in this scope
     for(int i = 6;i <= 100;i += 2)  fenjie(i); 
                                             ^