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
相關文章
相關標籤/搜索