ZOJ Problem Set Vol 1(Update paste)

Problem-1001 完成情况 执行代码: #include <stdio.h> #define EOF -1 int main(){ int i, j; while (scanf("%d %d", &i, &j) != EOF){ printf("%d\n", i + j); } return 0; }   Problem-1002(undet
相关文章
相关标签/搜索