fork download
  1. #include <stdio.h>
  2.  
  3. int main(void){
  4. double a;
  5. a=3;
  6. printf("%lf",a/2);
  7.  
  8. return 0;
  9. }
  10.  
  11.  
  12.  
  13.  
Success #stdin #stdout 0s 5276KB
stdin
3
stdout
1.500000