This commit is contained in:
Maryna Kravtsova 2020-11-29 22:12:32 +01:00
parent 3e1e4f05ba
commit c995ea81a7

View File

@ -19,7 +19,7 @@ void check_heap(int size, int* array){
c = (2 * i) + 2;
if(c >= size) break;
if(!(array[c] >= array[i])){
printf("Nie je to kopa.\n");
printf("Nie je kopa.\n");
exit(0);
}