fork(7) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. int x=2,y=5;
  6. if(x<y) return (x=x+y);
  7. else
  8. printf("z1");
  9. printf("z2");
  10. }
  11.  
Runtime error #stdin #stdout 0s 4488KB
stdin
Standard input is empty
stdout
Standard output is empty