0
Confirming with Enter
Look at the Comments in the Programm https://code.sololearn.com/c9JkXUv68Fs6/#cpp
2 ответов
+ 3
You could use "cin.get()" but make sure that the buffer is empty.
https://code.sololearn.com/c9ifYeqtwa8Q/?ref=app
+ 1
You could look into stdio.h and getchar() from the c Standart Library