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