#include int main(){ int a,b; char c[10]; scanf("%d%d",&a,&b); scanf("%s",c); printf("%d¥n",a+b); printf("%s",c); }