Algorithm82 백준 1008번_A/B [C++] 문제 소스코드 #include using namespace std; int main() { double A, B; cin >> A >> B; cout.precision(10); //자릿수 고려 cout 2021. 12. 9. 이전 1 ··· 7 8 9 10 다음