Main.cc: In function 'int sushu(int, int, int)':
Main.cc:17:7: warning: statement has no effect [-Wunused-value]
k/10;
^
Main.cc: In function 'int main()':
Main.cc:34:12: error: 's' was not declared in this scope
if(sushu(s) && i!=a){
^
Main.cc: In function 'int sushu(int, int, int)':
Main.cc:29:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^