Advertisement
Dopesaurio

Untitled

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