Timeout: your program did not provide an input in due time

Please help! I’m trying to make Skynet Revolution - Episode 2 using c++
Code:
https://pastebin.com/uLYReGPC

I know that my loops aren’t working because, when I try to put cout in clear loop, it’s not working.

Thank you for all your help!

hey it’s quite difficult for developers to find issues in their code, so imagine in someone else’s code. I can only recommend printing debug messages in the standard error stream to find where your loops are misbehaving.

Thank you for your reply!
You solved my problem. There were so many loops. I cut some and made 1 main loop. It helped! Thank you so much again!

1 Like