0_0_39388226_21536.cpp: In function 'int main()':
0_0_39388226_21536.cpp:107:45: error: 'setprecision' is not a member of 'std'
107 | std::cout << std::fixed << std::setprecision(1) << minCost << std::endl;
| ^~~~~~~~~~~~
0_0_39388226_21536.cpp:5:1: note: 'std::setprecision' is defined in header '<iomanip>'; did you forget to '#include <iomanip>'?
4 | #include <algorithm>
+++ |+#include <iomanip>
5 |
|