#include<stdio.h>
int main(void)
{
 long double a=1.123456;
 printf("%f", a);
 getchar();
 return 0;
}


출력값이 왜 0.000000 이죠? 1.123456이 아니고..