Run ID:93963

提交时间:2024-10-19 16:39:46

//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); }