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