A friend and I are going back and forth with brain-teasers and I have no idea how to solve this one. My assumption is that it\'s possible with some bitwise operators, but n
No + right?
int add(int a, int b) { return -(-a) - (-b); }