Guest User

Untitled

a guest
Dec 14th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. int minmax = 0;
  2. if (rmax > lmax)
  3. minmax = lmax;
  4. else
  5. minmax = rmax;
Add Comment
Please, Sign In to add comment