// yukicoder: No.353 ヘイトプラス // 2019.4.15 bal4u #include int main() { int A, B; scanf("%d%d", &A, &B); printf("%d\n", A - (-B)); return 0; }