points
Loads fine for me:
> The bug is in this line:
6: int mid =(low + high) / 2;
The right way is a + (b - a)/2.