Проблема повтора при некорректном вводе / Retry problem when entering incorrectly
Если в int при cin ввести не число то в while или for будет бесконечный вывод пропуская cin (я пока не знаю на сколько всё запутано) в краткости: что делать если вводится не корректный символ для некоторого семейства как перевести его в корректный я на 100% уверен что ничего не понятно но думаю вы и сами с этим сталкивались так что поймёте увидев код. If you enter a non-number in int with cin, then in while or for there will be endless output skipping cin (I don’t know how confusing everything is yet) in short: what to do if an incorrect symbol is entered for of some family, how to translate it into the correct one, I’m 100% sure that nothing is clear, but I think you’ve encountered this yourself, so you’ll understand when you see the code. https://sololearn.com/compiler-playground/cYZ39exOIscG/?ref=app