#include <iostream>#include <unordered_map> int main() { std::cout << std::hash< int >()( 12345678 ) << '\n';}
Standard input is empty
12345678
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!