#include int main() { { const int x { 123 }; std::cout << x << std::endl; } { const int x { 456 }; std::cout << x << std::endl; } }