Code: Select all
std::cout << std::fixed << std::setprecision(4)<< distances[i] << " ";
The online judges says:
Does anyone have any ideia of what might it be?02493452_24.c: In function `int main()':
02493452_24.c:47: `::fixed' undeclared (first use here)
Thanks for your attention.