+ 4
How to get integer input deliminated by space ?
How to get integer input, such that after entering a n integer next input must entered beside it separated by blank space. Ex. input<= 4 5 1 2 etc instead 4 5 1 2
7 Antworten
+ 2
Which language?? You tagged 3.
If you meant just the way the person inputs, you can't change that. It's how code playground takes input, use a different IDE.
0
0
is it some thing like this
https://code.sololearn.com/cHJHiCNBa6J4/?ref=app
0
dont use new line character in cout and use double qoutes with space inside like " "
0
c++
0
write cout<<num<<" ";
0
okk sryy just give input with spaces like first input space and then second and then so on