MapleStory Finger Point Cute Line Smiley Blinking Hello Kitty Angel MapleStory Finger Point

๐Ÿƒ‍โ™‚๏ธBaekjoon/C++

หšโ‚Šโœฉโ€งโ‚Š [1008/Cpp] A/B หšโ‚Šโœฉโ€งโ‚Š

HYEJU01 2021. 9. 2. 00:33

 

 

#include <stdio.h>
#include<iostream> 
using namespace std; 
int main(){ 
    
    double a,b; 
    
    scanf("%lf %lf", &a, &b); 
    
    printf("%.10lf",a/b);
    return 0; 
}

์ƒ๋Œ€์˜ค์ฐจ๊ฐ€ 10-9 ์ดํ•˜์ด๋ฉด ์ •๋‹ต์ด๋‹ค. => ์ถœ๋ ฅ๋ฒ”์œ„ ์กฐ์ ˆ