Run id: 129685

Main.cc: In function 'int asd(int)':
Main.cc:8:8: error: 's' was not declared in this scope
     if(s>=4){
        ^
Main.cc:14:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^