1332: 津津的储蓄计划 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a[12];//每个月的预算 int i; for(i=0;i<12;i++) { scanf("%…… 题解列表 2023年08月03日 0 点赞 1 评论 198 浏览 评分:4.7
储蓄简单方法 摘要:解题思路:注意事项:参考代码:sum = 0list1 = []count = 0sum_mom = 0flag = 1 #若不破产flag = 1for i in range(12): #12个月 …… 题解列表 2023年11月14日 0 点赞 0 评论 273 浏览 评分:6.0
津津的储蓄计划 摘要:e,大家凑活着看,这第一次与这个编译模式... ``` //#include //#include //#include #include using namespace std; i…… 题解列表 2024年03月10日 0 点赞 1 评论 306 浏览 评分:7.3
津津的储蓄计划——for循环解题。(有细节) 摘要:解题思路:注意事项:不看会吃亏。(开玩笑的,我是菜鲲,欢迎大佬点评!)参考代码:#include<stdio.h>int main(){ int s=0,j=0,i,k=0; int a[…… 题解列表 2022年12月15日 0 点赞 0 评论 363 浏览 评分:8.0
津津的储蓄计划(不懂我吃屎) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main() { int cost, f, mama = 0, flag = 1, money = 0, i = 1;// c…… 题解列表 2022年11月21日 0 点赞 0 评论 484 浏览 评分:8.7
无敌妈妈存钱计划!!!!!!!!!!!!!!!! 摘要:解题思路:数组存储接收变量注意事项:参考代码:/* residue[0]=300-budget; residue[1]= 循环//residue[0]+300-budget[1];// …… 题解列表 2024年07月28日 0 点赞 0 评论 249 浏览 评分:9.9
java--study||O.o 摘要:参考代码:import java.util.Scanner; public class Main { public static void main(String[] args) …… 题解列表 2024年01月12日 0 点赞 0 评论 151 浏览 评分:9.9
津津攒钱的一年 摘要:解题思路:注意事项:参考代码:package test;import java.util.Scanner;public class test1 { public static void main(St…… 题解列表 2024年01月16日 0 点赞 0 评论 195 浏览 评分:9.9
津津的储蓄计划 摘要:解题思路:注意事项: 该赋的初值一定要注意赋!参考代码://用标记法 #include<stdio.h> int main() { int i,flag…… 题解列表 2023年12月11日 0 点赞 0 评论 193 浏览 评分:9.9
一个for循环即可!! 摘要:解题思路:1.妈妈会固定给的300元;2.自己每个月都会有预算;3.上个月除去整百给妈妈存的,小于100和妈妈给的三百就是当前自己有的。注意事项:参考代码:#include<bits/stdc++.h…… 题解列表 2023年11月17日 0 点赞 0 评论 210 浏览 评分:9.9