#include<stdio.h>

int main(void)

{

printf("실수를 입력하시오:");

return 0;

}


원래소스는 아닌데 그냥 간단하게 실행만시도해보는중입니다. 결과는 똑같습니다.