Обновить cv7/program.c

This commit is contained in:
Yevhen Kozirovskyi 2024-11-15 04:14:28 +00:00
parent 49ff909102
commit b7fcff4650

View File

@ -58,7 +58,7 @@ int ask_question(Node *node) {
char answer;
if (scanf(" %c", &answer) != 1 || (answer != 'a' && answer != 'n')) {
printf("Koniec vstupu\n");
printf("Nerozumiem\n");
return 0; // Завершаем программу при неверном вводе.
}