Update cv7/program.c
This commit is contained in:
parent
6d8fbb2e83
commit
67de6c8629
@ -4,6 +4,7 @@
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
#define SIZE 200
|
||||
|
||||
struct tree
|
||||
@ -72,10 +73,10 @@ int main(void)
|
||||
struct tree *p=tr;
|
||||
do
|
||||
{
|
||||
printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n");
|
||||
printf("%s",p->value);
|
||||
if(p->value[0]=='*')
|
||||
break;
|
||||
printf("Odpovedajte 'a' pre prvu moznost alebo 'n' pre druhu moznost.\n");
|
||||
do
|
||||
{
|
||||
t=fgetc(stdin);
|
||||
@ -86,12 +87,10 @@ int main(void)
|
||||
}while(1);
|
||||
|
||||
}while(1);
|
||||
|
||||
|
||||
printf("Koniec\n");
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user