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.73K
1 Posted Topic
x=0; for(i=1;i< pow(2,N); i = 2*i + 2) { for(j=1;j<N ; j++) { x=x+j; } } solution: if N = 7 then i(i/p) = 1 i<128 i (o/p) = 4 i(i/p) = 4 i<128 i (o/p) = 10 (2*4 +2) i(i/p) =10 i<128 i (o/p) = 22 (2*10+2) i(i/p) =22 …
The End.
swati poddar