题解 1098: 陶陶摘苹果

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

筛选

陶陶摘苹果 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int a[11]; for(int i=0;i<……

陶陶摘苹果 (C语言代码)

摘要:解题思路:使用数组解会显得稍微简洁一点注意事项:参考代码:# include<stdio.h>int main(){ int a[11],i,num=0; for(i=0;i<=9;++i) scan……

陶陶摘苹果 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include<string.h> #include<math.h>int main(){ int i,H,sum=0,max; i……

陶陶摘苹果 (Java代码)

摘要:解题思路:注意事项:参考代码:package cWeb.acm; import java.util.Scanner; public class 陶陶摘苹果 { public sta……

陶陶摘苹果 (Java代码)

摘要:解题思路:注意事项:参考代码:package com.cx;import java.util.Scanner;public class Demo1098 {     public static voi……

陶陶摘苹果 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include <stdio.h>#define QWE 10#define QWE1 30int Ri1(int n, int a);void Ri2(void){ ……

陶陶摘苹果 (C++代码)作为竞赛题,这题是水题

摘要:解题思路:作为一个竞赛题,这题是一个水题无误了,姑且写一下思路吧,我们建立一个数组来存储树上所有苹果的高度,然后输入一个变量作为陶陶把手伸直的高度,然后直接判断 手伸直+板凳高度<=苹果的高度 有多少……

陶陶摘苹果 (C语言代码)

摘要:注意事项:碰到苹果就能摘到参考代码#include<stdio.h>int main(){    int a[11],i,n=0,j;    for(i=0;i<11;i++)        scan……

陶陶摘苹果 (C语言代码)

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