陶陶摘苹果 (C语言代码)
摘要:注意事项:碰到苹果就能摘到参考代码#include<stdio.h>int main(){ int a[11],i,n=0,j; for(i=0;i<11;i++) scan……
陶陶摘苹果之遍历数组
摘要:解题思路: 用最大高度加上30cm之后 遍历数组中的十个数字 能满足就计数加一 注意事项:参考代码:#include<bits/stdc++.h>using namespace std……
陶陶摘苹果 (Java代码)
摘要:解题思路:注意事项:参考代码:package com.cx;import java.util.Scanner;public class Demo1098 { public static voi……
陶陶摘苹果-题解(C语言代码)
摘要:#include
#include
#include
#include
int main()
{
int a[10];
int b,c,sum=0;
for(b=0;b……
我是菜狗。。。。。。。。。。。。
摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a[10]; int b; for(int i=0;i<10;……
编写题解 1098: 陶陶摘苹果
摘要:解题思路:循环判断苹果的高度是否小于等于陶陶伸手的高度+凳子的高度,是就num++注意事项:记得加上凳子高度再比较~参考代码:#include<stdio.h>
int main()
{
……