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