fork(3) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int z = 7.0;
  5. printf("%d",z);
  6. // your code goes here
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 2168KB
stdin
Standard input is empty
stdout
7