fork download
  1. #include <stdio.h>
  2. int main(void) {
  3. printf ("float %f \n", 2/7 * 100.0);
  4. return 0;
  5. }
Success #stdin #stdout 0.02s 2724KB
stdin
Standard input is empty
stdout
float 0.000000