+ 1
Input in code playground issue
Hello, I have an issue with code playground in c++, when I add a cin to take input from user this is taking at the start of the program and not during it. Can we change that ?
1 Answer
+ 2
It's designed that way. You are not able to change that.
But that's only in SoloLearn playground. If you can compile the code directly on the computer then you can do it.