fork download
  1. #include <stdio.h>
  2. #include <math.h>
  3.  
  4. int main(int argc, char const* argv[])
  5. {
  6. printf("%ld\n", round(0.0 / 0.0));
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 4284KB
stdin
Standard input is empty
stdout
140730360308248