Guest User

Untitled

a guest
Oct 18th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. 0 => +
  2. 1 => -
  3. 2 => *
  4. 3 => /
  5. 4 => bitwise compliment(~)
  6. 5 => invert
  7. 6 => increment by sum of all values(including 6)
  8. 7 => decrement by sum of all values till(including 7)
  9. 8 => left shift by 1
  10. 9 => Right Shift by 1
  11.  
  12. 24 => 2*~4
  13.  
  14. 206 => 2*0 + (+ +(increment by sum of 2*0+6))
  15.  
  16. 207 => 2*0 + (- -(decrement by sum of 2*0+7))
  17.  
  18. 260 => 2*6- - (2*6) + 0
Add Comment
Please, Sign In to add comment