main(){


int i = 0;

float f = 0.0f ;


while(f != 1.0f){


f = f + 0.1f;

printf("tlqkf");


}


왜 이게 무한루프돔





}