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?

10th Dec 2021, 12:34 PM
à€žà„Œà€°à€­ Saurabh
à€žà„Œà€°à€­ Saurabh - avatar
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
10th Dec 2021, 1:20 PM
Alex
Alex - avatar
+ 1
10th Dec 2021, 1:26 PM
Pariket Thakur
Pariket Thakur - avatar
10th Dec 2021, 1:44 PM
à€žà„Œà€°à€­ Saurabh
à€žà„Œà€°à€­ Saurabh - avatar