fork download
  1. #include<stdio.h>
  2. int main()
  3. {
  4. float x=1.5;
  5. printf("x=%f\n",x);
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 1720KB
stdin
Standard input is empty
stdout
x=1.500000