My exe file does not run completely but if i run it from compiler it runs perfect | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

My exe file does not run completely but if i run it from compiler it runs perfect

https://code.sololearn.com/cpwDJj3dTnAx/?ref=app https://code.sololearn.com/cpwDJj3dTnAx/?ref=app

28th Sep 2017, 1:44 PM
Shaikh Hafiz Faruk
2 ответов
+ 5
I can understand if you have a input issue. You may notice that in Code Playground, we supply all inputs before running but on a compiler, it happens in a more effective way. Well, this happens so that you may have the lightest app possible and at the same time your code can run... You see, all the inputs are first collected from different cin operations, then assigned to their locations and sent to a server after all this has been saved so that the code can be compiled. Thus, we need input before running. That is also the reason why the app is light, as it doesn't store the compiler in your mobile itself...
28th Sep 2017, 2:35 PM
Kinshuk Vasisht
Kinshuk Vasisht - avatar
+ 4
If your program runs in both cases, what's the problem? Please explain in a better way... https://www.sololearn.com/Discuss/333866/how-to-maximize-your-chances-of-receiving-useful-answers-in-forums
28th Sep 2017, 2:31 PM
Kinshuk Vasisht
Kinshuk Vasisht - avatar