Skip to content

Commit 4a2bffd

Browse files
committed
Toque finais ✨
1 parent 2e273cf commit 4a2bffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dados.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ void TelaBBinaria(int chave) {
140140
GotoXY(24, 4); printf(" | _ | (_| \\__ \\ | | | \\ V /\\__ \\ | |_) | | | | | (_| | | | | (_| |");
141141
GotoXY(24, 5); printf(" |_| |_|\\__,_|___/_| |_| \\_/ |___/ |____/|_|_| |_|\\__,_|_| |_|\\__,_|");
142142
Borda(15, 25, 90, 2, 0,0);
143-
GotoXY(14, 13); printf("Quantidade de Acessos:");
144-
GotoXY(84, 13); printf("Quantidade de Acessos:");
143+
GotoXY(12, 13); printf("Quantidade de Acessos Hash:");
144+
GotoXY(78, 13); printf("Quantidade de Acessos Busca Binaria:");
145145
Borda(12, 14, 25, 2, 0,0);
146146
Borda(82, 14, 25, 2, 0,0);
147147
GotoXY(20, 15); printf("%d Acessos", HashAcessos);

0 commit comments

Comments
 (0)