fork download
  1. #include<stdio.h>
  2. int main ()
  3. {
  4.  
  5.  
  6. int n=12;
  7. printf("%5d",n);
  8. }
Success #stdin #stdout 0s 4352KB
stdin
Standard input is empty
stdout
   12