nguyentruong98

Untitled

Dec 8th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1. int visitedarray[m+1];
  2.       int x;
  3.       for(x = 1; x <= m+1, x++)
  4.       {
  5.             visitedarray[m+1] = 0;
  6.       }
Advertisement
Add Comment
Please, Sign In to add comment