The code is becoming redundant and verbose with a lot of explicit uses of the standard library namespace. Let's replace the `std::` inline namespace resolution with `using std::` commands for the following: * `endl` * `cin` * `cout`
The code is becoming redundant and verbose with a lot of explicit uses of the standard library namespace.
Let's replace the
std::inline namespace resolution withusing std::commands for the following:endlcincout