Smart Keypad Advanced

it is working right on dev c++ but not showing any output here for some cases(eg 542)

if(in[i]==’\0’)
{
out[j]=’\0’;
/// this thing you have to include
ss(out);
return;
}