Guest User

Untitled

a guest
Oct 20th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. for (int i=1; i<n; i=i*2)
  2. {
  3. for (int i=0; i<n; i=i+1)
  4. {
  5. if (i<1000)
  6. cout << i << "n";
  7. }
  8. }
Add Comment
Please, Sign In to add comment