telegrafista
This commit is contained in:
parent
c6eaec1cc9
commit
34b4ad37fe
@ -123,12 +123,16 @@ int main (){
|
||||
add(root, "----.", '9');
|
||||
add(root, "-----", '0');
|
||||
|
||||
while(1){
|
||||
char line[MAX];
|
||||
fgets(line, MAX, stdin);
|
||||
line[strlen(line)-1] = '\0';
|
||||
|
||||
if(line[0] == '\n'){
|
||||
break;
|
||||
}
|
||||
search(root, line);
|
||||
printf("\n");
|
||||
printf("\n");
|
||||
}
|
||||
destroy(root);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user