Run ID:99635

提交时间:2024-11-30 12:16:53

int main(){ int a, b; while(scanf("%d %d", &a, &b) != EOF) printf("%d\n", a + b); return 0; }