Morass

foo

Apr 18th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.06 KB | None | 0 0
  1. ll foo(ll N){
  2.     ll h=(N+2)/2,H(h*h);
  3.     return H-!(H&3);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment