#include using namespace std; int main() { int a,b;scanf("%d %d",&a,&b); string S;scanf("%s",S); printf("%d %s",a+b,S.c_str()); }