fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. double x;
  5.  
  6. scanf("%lf", &x);
  7. printf("실수를 입력하시요: %lf", x);
  8.  
  9.  
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 9424KB
stdin
Standard input is empty
stdout
실수를 입력하시요: 0.000000