fork(43) download
  1. int n;
  2. int main(){
  3. n = 56;
  4. printf("%d\n", (int)(n / 0.32));
  5. printf("%d\n", (int)(n / 0.32));
  6. }
  7.  
Runtime error #stdin #stdout 0s 2248KB
stdin
Standard input is empty
stdout
175
174