Alx09

Untitled

Apr 17th, 2020
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. unsigned n;
  2. printf("n= "): scanf("%u", &n);
  3. n = (1 <<( n - 2)) - 1;
  4. printf("%d %d %d", n, 2* n, 4*n);
  5. return 0;
Advertisement
Add Comment
Please, Sign In to add comment