+ 4

Is there any problem with SoloLearn compiler ?

Some program are working in visual studio well but in sololearn compiler it is not working #why The following code is working well in visual Studio but it is not working in SoloLearn compiler https://code.sololearn.com/cO4lK1SsgG66/?ref=app #any ans ??

8th May 2019, 5:31 PM
Arpit Kumar
4 ответов
+ 11
Sololearn input is limited. You have to put all your inputs in the window entry, one in each line. For example, if i want to put size=3 and three numbers I have to put in the window entry something like this: 3 1 2 3 And then push button. This works and your program returns a mean value equal to 2.0
8th May 2019, 5:43 PM
Javier Felipe Toribio
Javier Felipe Toribio - avatar
+ 6
Arpit Kumar you're welcome
8th May 2019, 6:02 PM
Javier Felipe Toribio
Javier Felipe Toribio - avatar
+ 3
Arpit Kumar Please mark the right answer with the tick, it will give some XP to the user who helped you, and others will find the answer easily! :)
8th May 2019, 8:29 PM
inxanedev!
inxanedev! - avatar
+ 2
8th May 2019, 5:51 PM
Arpit Kumar