Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
My working Code. I believe if you remove line 25 it should work. int fitsBits(int x, int n) { int a = (33 + (~n)); int b = (x << a); int c = (b >> a); int e = !(c ^ x); return e; }
The End.
mbelenske