Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. for (int i=0;i<width;i++)
  2.                 if (heights[i] != debugHeights[i]) {
  3.                     System.out.println(i+" du me "+heights[i]+ " "+debugHeights[i]);
  4.                     throw new RuntimeException("Wrong heights");
  5.                 }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement