› Foros › PC › Software libre
#include <stdio.h>#include <stdlib.h>struct d_heap{ int elem; int key; d_heap *padre;};int main (int argc, const char * argv[]){ // insert code here... printf("Hello, World!\n"); return 0;}
...struct d_heap *padre;...