#include <stdio.h> int main(void) { float x = (float)1000/(24 * 60 * 60); printf("%f",x); return 0;}
Standard input is empty
0.011574
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!