题解 1098: 陶陶摘苹果

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

淘淘摘苹果

摘要:解题思路:注意事项:参考代码:apple=list(map(int,input().split()))high=eval(input())high_all=high+30n=0for i in ran……

python 1098: 陶陶摘苹果

摘要:**没什么好注意的,按题目要求来** ```python a = list(map(int,input().strip().split())) b = int(input().strip()……

1098: 陶陶摘苹果

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    int a[100],b=0,c=10,d=0,i;    for( i=0;i<c;i++)    { ……

陶陶摘苹果

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    int i,a[10],h,n=0;    for(i=1;i<=10;i++)    {      sc……

你的名字yes

摘要:#includeint main(void){ int i; int high[10]; for(i=0;i……

1098陶陶摘苹果

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a,b,c,……

模拟->陶陶摘苹果题解

摘要:$$NOIP$$ $$2008$$年第一题的模拟水题!##### 思路遍历数组,当陶陶的身高$$+30$$后大于当前苹果,就将结果$$+1$$,最后输出这个答案即可(为什么$$NOIP$$普及……

2025/8/7刷题记录

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,m; int arr[10];&nb……