1098:统计淘淘能够摘到的苹果个数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int i,arr[10]; for(i=0;i<10;i++) …… 题解列表 2025年10月30日 0 点赞 0 评论 413 浏览 评分:0.0
莉露指针编写题解 1098: 陶陶摘苹果 摘要:解题思路:直接把height+30当身高即可。注意事项:length = height + 30;必须出现在scanf("%d",&height);后面,否则会导致leng…… 题解列表 2026年02月07日 0 点赞 0 评论 157 浏览 评分:0.0