Run id: 120145

Main.cc: In function 'int main()':
Main.cc:10:36: error: 'setprecision' was not declared in this scope
     cout << fixed << setprecision(6) << height / 2 << endl;
                                    ^