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
2 Réponses
+ 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...
+ 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