Guest User

Untitled

a guest
Oct 15th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. `int k=0;
  2. for(i=1;i<=n;i++)
  3. for(j=1;j<n;j=j*2)
  4. k=k+1;
  5. return k;`
Add Comment
Please, Sign In to add comment