nitsud

Untitled

Dec 8th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.11 KB | None | 0 0
  1. void addOne(int lo, int hi){
  2.     for(int i = lo;i<hi;i++){
  3.         check(a[i].x);
  4.         a[i].x++;
  5.     }
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment