杭电ACM1089题

这题也没什么技术含量。web #include<stdio.h> int main() { int i,j,num; while(scanf("%d %d",&i,&j)!=EOF) printf("%d\n",i+j); return 0; }
相关文章
相关标签/搜索