#include int main(void) { int A,B,N; char S; scanf("%d",&A); scanf("%d",&B); scanf("%s",&S); printf("%d",A+B); printf("%s",S); return 0; }