//CRTL+N(NEW),CRTL+S(SAVE) # include <stdio.h> /* */ int main(){ int a,b; scanf("%d%d",&a,&b); //scanf("%d%d",&c,&d); int res = a+b; printf("%d",res); }