#include #include using namespace std; int main(void) { int trick, treat; cin >> trick >> treat; cout << (trick | treat) << endl; return 0; }