# include <stdio.h>

int main()
{


 printf("%d/%d=%f",3, 5, 3/5);
}

 

&f면 소수가 나올텐데..