Я хочу скрыть этот отпечаток после того, как вы на него ответите, но не знаю как:
#include
int main() {
int password={};
bool running = true;
while (running) {
std::cout > input;
if (input){
password=input;
while(1){
std::cin >> input;
if(input==password){
input={};
fflush()
--> std::cout
Подробнее здесь: https://stackoverflow.com/questions/798 ... sages-in-c