Update cv7/program.c
This commit is contained in:
parent
e0d897b2a3
commit
074dbe6ed5
@ -50,7 +50,7 @@ void spusti_expert_system(struct strom* uzol) {
|
|||||||
|
|
||||||
printf("%s", uzol->otazka);
|
printf("%s", uzol->otazka);
|
||||||
if (!uzol->ano && !uzol->nie) {
|
if (!uzol->ano && !uzol->nie) {
|
||||||
printf("Koniec vstupu\n"); // Окончательный ответ с сообщением об окончании
|
printf("Koniec\n"); // Окончательный ответ с сообщением об окончании
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user