std::cout.setf(ios::fixed, ios::floatfield);
std::cout.precision(2);
l <-- 이건 오타
에서 ios 단어가 오류 뜨네요
std::cout.setf(ios::fixed, ios::floatfield);
std::cout.precision(2);
소수점 2자리 까지 출력하려는데 어디에 집어넣어야 할까요?;
std::cout.setf(ios::fixed, ios::floatfield);
std::cout.precision(2);
l <-- 이건 오타
에서 ios 단어가 오류 뜨네요
std::cout.setf(ios::fixed, ios::floatfield);
std::cout.precision(2);
소수점 2자리 까지 출력하려는데 어디에 집어넣어야 할까요?;
cout은 그런 거 모름 printf 쓰셐
이제 c++ 초기단계여서 ㅠㅠ C
cout쓰지마 printf나 fmt쓰셈
이제 c++ 초기 단계여서 ㅠㅠ