#include using namespace std; int main() { cout << 10 + 0x10 + 010 << endl; return 0; }