#include int main() { int a, b; scanf("%d %d", &a, &b); printf("Osszeg: %d\nSzorzat: %d\n",a+b,a*b); return 0; }