Advertisement
hibbzboi

Untitled

Jun 2nd, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. if (witam.back()->x != cel.x && witam.back()->y != cel.y)
  2. {
  3. cout << "\nAlgorytm nie zdolal uzyskac podanego celu w punkcie (" << cel.x << "," << cel.y << ").\n";
  4. getchar();
  5. return 0;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement