slycelote / caide

Automates certain common tasks that you do during programming competitions
86 stars 19 forks source link

Console is waiting for input. #27

Closed lazyboson closed 4 years ago

lazyboson commented 4 years ago

when I have tried to Run Tests Command, the console screen was waiting for my input rather than executing the stored testcases.

slycelote commented 4 years ago

Could you please provide more information? I assume you're using the Visual Studio extension? Which VS version? How did you create/parse the problem? Did you customize the code template? (Note that the problem solution is supposed to use the provided istream/ostream instead of cin/cout.) If possible, please share the whole directory of your VS solution.

lazyboson commented 4 years ago

I was using the wrong command for input and output. Issue Resolved. Thanks for quick reply.