fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int z,x;
  5. int y = 0;
  6. scanf("%d", &x);
  7. if (x != 0) z = x/y;
  8. }
  9.  
Success #stdin #stdout 0s 4312KB
stdin
6
stdout
Standard output is empty