Run id: 118694

Main.cc: In function 'int sushu(int, int)':
Main.cc:17:7: warning: statement has no effect [-Wunused-value]
      k/10;
       ^
Main.cc: In function 'int main()':
Main.cc:34:13: error: too few arguments to function 'int sushu(int, int)'
   if(sushu(s)==1&&i!=a){
             ^
Main.cc:6:5: note: declared here
 int sushu(int n,int m){
     ^
Main.cc: In function 'int sushu(int, int)':
Main.cc:29:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^