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