+ 1
How to print cout info before entering cin data?
When I run a program I've made on my phone, it prompts me to enter all of my cin data first, which often doesn't make chronological sense. When I run the same code on my laptop, the couts and cins happen in the intended order. Is it just my phone? I have a Galaxy S7 Android.
3 ответов
+ 2
Clavis Janes this is the limitation of sololearn application.
+ 2
The problem is not your phone. One issue is that with SL your executable does not run locally on your phone, so interactive input/output is difficult.
0
Oh, ok. Thanks.