#include <iostream>#include <cstdint> int main(){ std::uint8_t i; std::cin >> i; std::cout << i;}
255
2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!