Advertisement
Dopesaurio

Untitled

Oct 6th, 2022
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. for(i=0;i<tam;i++){
  2.     cost[i]=(int *)malloc(sizeof(int)*tam);
  3.     printf("cost[i]=%d \n",cost[i]);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement