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