#include <cstdint>#include <iostream> int main() { const std::uint32_t i{ 16777216 }; std::cout << i << std::endl; return 0;}
Standard input is empty
16777216
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!