数对 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main(){ int i,n; scanf("%d",&n); for(i=1;i<=n;i++){ i…… 题解列表 2017年10月16日 0 点赞 0 评论 840 浏览 评分:0.0