fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int test = 99;
  5. int test1 = 99;
  6. printf("%4d%",test1);
  7. // your code goes here
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0s 5284KB
stdin
Standard input is empty
stdout
  99