You are viewing a single comment's thread. Return to all comments →
cout << setprecision(1) << fixed << t << endl;
Either use std:: for all commands or for none. This will be better.
std::
Seems like cookies are disabled on this browser, please enable them to open this website
Day 1: Data Types
You are viewing a single comment's thread. Return to all comments →
cout << setprecision(1) << fixed << t << endl;
Either use
std::
for all commands or for none. This will be better.