#include"stdio.h" int main(void){ int n1=0; int n2=0; char moji[10]; scanf("%d %d\n%s",&n1,&n2,moji); printf("%d %s\n",(n1+n2),moji); return 0; }