Advertisement
Dopesaurio

Untitled

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