Advertisement
Guest User

Untitled

a guest
May 17th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. int main(){
  4.  
  5. int a = 1234567;
  6. printf("%3d\n", a );
  7. return 0;
  8.  
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement