SIGTSTP error in MSNSADM1

Following solution for problem Football is failing with SIGTSTP error

I am using C++ 14 (GCC 6.3)

Share the link of your submission :slight_smile:

Strange!! When I was running it in codechef ide it was giving this RT error, but my submission got Accepted. Any idea why?

Did you provide custom input?

1 Like

No. I didn’t. Same code was running fine in ideone.

Provide Custom input and also check whether #include and while statements are written in correct order. :slight_smile:
I mean to say don’t write while(t–) as while(t-)
also don’t write as #include < cstdio > (with spaces)