#include int main(void) { int n; int a, b; char s[10]; scanf("%d%d", a, b); scanf("%s", s); printf("%d %s", a + b, s); return 0; }