You are viewing a single comment's thread. Return to all comments →
cout << hex << left << showbase << nouppercase; cout << (long long)A << endl; cout << dec << right << setw(15) << setfill('_') << showpos << fixed << setprecision(2); cout << B << endl; cout << scientific << uppercase << noshowpos << setprecision(9); cout << C << endl;
Seems like cookies are disabled on this browser, please enable them to open this website
Print Pretty
You are viewing a single comment's thread. Return to all comments →