#include <stdio.h>int main(){double A,B;scanf("%lf %lf", &A, &B);printf("%.9lf\n", A/B);return 0;}
'백준' 카테고리의 다른 글
[10430] 나머지 (0) | 2017.04.21 |
---|---|
[10869] 사칙연산 (0) | 2017.04.21 |
[10998] A*B (0) | 2017.04.21 |
[11719] 그대로 출력하기 2 (0) | 2017.04.21 |
[11718] 그대로 출력하기 (0) | 2017.04.21 |