0
Why am I not able to input in program after the program executes, in Sololearn?
I am creating a program which takes input from user in C++. Based on this input value, it may ask for further input. But the Sololearn is not allowing to input the next value and takes by default "0". How do I fix this?
3 Answers
+ 2
The program doesn't run interactive on sololearn. Here is the script which they use to run it:
https://code.sololearn.com/cEMUrHfP2wSl/?ref=app
+ 1
Saurabh à€žà„à€°à€ will u share the code