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