We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- C++
- STL
- Print Pretty
- Discussions
Print Pretty
Print Pretty
Sort by
recency
|
186 Discussions
|
Please Login in order to post a comment
Solution by C++14
Here is Print Pretty problem solution in C++ - https://programmingoneonone.com/hackerrank-print-pretty-solution-in-cpp.html
simple is best
cout << left << nouppercase << hex << showbase << (long long)A << endl;
IIt helped me, Thank you so much.
Sicne they have included iomanip