fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main() {
  4. int x=10,y=20;
  5. if(x==y)
  6. printf("%d%d",x,y);
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 9288KB
stdin
Standard input is empty
stdout
Standard output is empty