外出旅行,python 摘要:解题思路:注意事项:参考代码:f,m,x,p=map(int,input().split())count=0while m>x+p: if f!=0: f-=1 m-…… 题解列表 2023年03月14日 0 点赞 0 评论 70 浏览 评分:0.0
巧妙之【外出住旅馆+吃水果】 摘要:巧妙! #include int main() { int f, m, x, p; scanf("%d%d%d%d", &f, &m, &x, &p)…… 题解列表 2022年12月27日 0 点赞 0 评论 149 浏览 评分:0.0
外出旅游(超详细容易理解版) 摘要:解题思路:看如下代码的注释注意事项:我都写的那么详细了不给个5星好评?参考代码:#include<stdio.h>int main(){ int a,b,c,d; int i; …… 题解列表 2022年11月08日 0 点赞 0 评论 243 浏览 评分:9.9
没有标题0000000000000000000000000000000 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int f,m,x,p,i; scanf("%d%d%d%d",&f,&m,&x,&p); for(i=0;;i…… 题解列表 2021年09月11日 0 点赞 0 评论 169 浏览 评分:0.0
1971: 外出旅游(C语言) 摘要:解题思路:方便理解,循环处理注意事项:参考代码:#include <stdio.h> int main() { int f; // 水果数 int m; …… 题解列表 2021年06月12日 0 点赞 0 评论 200 浏览 评分:4.7
题解 1971: 外出旅游(Java) 摘要: import java.util.Scanner; public class Main { public static void main(String…… 题解列表 2021年02月26日 0 点赞 0 评论 159 浏览 评分:0.0
外出旅游-题解(Java代码)循环做法 摘要:解题思路:注意事项:参考代码:import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; …… 题解列表 2021年01月16日 0 点赞 0 评论 456 浏览 评分:9.9
外出旅游-题解(Java代码) 摘要:解题思路:注意事项:参考代码:Scanner sc=new Scanner(System.in); int f=sc.nextInt(); int m=sc.next…… 题解列表 2021年01月13日 0 点赞 0 评论 246 浏览 评分:9.9
外出旅游-题解(C++代码) 摘要:题目是佳佳带着f个水果和m元钱出去玩,每天房屋的租金为x元,佳佳每天早上必须吃一个水果,佳佳通过询问商店的服务人员。 得到了水果的价格,每个水果售卖p元。请你计算一下佳佳最多可以在外面待多长时间? …… 题解列表 2020年02月08日 0 点赞 0 评论 604 浏览 评分:9.2
外出旅游-题解(C语言代码) 摘要: #include int main() { int a,b,c,d; scanf("%d%d%d%d",&a,&b,&c,&d); …… 题解列表 2019年12月13日 0 点赞 0 评论 854 浏览 评分:0.0