#include using namespace std; int main() { int uwara = rand()%114514; int M,D; cin >> M >> D; if(uwara%2 == 1) { cout << M+D << endl; } else { cout << M+D+114514 << endl; } }