Aktualizovat du6/program.c
This commit is contained in:
parent
98100eaafc
commit
17c500531f
@ -82,7 +82,7 @@ void run_system(struct tree* node) {
|
||||
|
||||
char c;
|
||||
if (scanf(" %c", &c) != 1) {
|
||||
printf("Nespravny vstup.\n");
|
||||
printf("Nerozumiem.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
@ -91,7 +91,7 @@ void run_system(struct tree* node) {
|
||||
else if (c == 'n') //ні → вправо
|
||||
node = node->right;
|
||||
else {
|
||||
printf("Nespravny vstup.\n");
|
||||
printf("Nerozumiem.\n");
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user