fork download
  1. #include <stdio.h>
  2. #include <string.h>
  3.  
  4.  
  5. int main(void) {
  6. printf("%15.4d", -424242);
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 4332KB
stdin
Standard input is empty
stdout
        -424242