#include main() { int num1, num2; char str[16]; scanf("%d %d", &num1, &num2); scanf("%s", str); printf("%d %s\n", num1+num2, str); }