Posts
 
Reputation
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
~3K People Reached
Favorite Forums
Favorite Tags
c x 1

1 Posted Topic

Member Avatar for chrjs

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; }

Member Avatar for mbelenske
0
3K

The End.