题解 3008: 买笔

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

筛选

3008: 买笔 买个鸡脖

摘要:解题思路:注意事项:需要想到多种可能参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){&nbsp;&nbsp;……

c语言代码解决问题

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){&nbsp;&nbsp;&nbsp;&nbsp;intn,categor……

不懂可评论

摘要:解题思路:注意事项:参考代码:import&nbsp;java.util.Scanner;public&nbsp;class&nbsp;Main{&nbsp;&……

略麻烦但很易懂!

摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){intx,i=0,j=0,k=0,m=0,z,p,c;scanf("%d",&……

题解 3008: 买笔

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){&nbsp;&nbsp;intx;&am……

题解 3008: 买笔

摘要:解题思路:要买最多的笔,肯定优先买4元最便宜的,当钱不够买4元笔的时候就撤回之前买的一些笔。转而买5元和6元的笔让钱凑到零注意事项:可以定义多个变量参考代码:方法一:(if语句)#include<……

编写题解 3008: 买笔(if语句解法)

摘要:解题思路:若想让笔的数量最大,应优先购买4元的。以4为基准求余:剩1元,则4元钱的笔少买1支,换成1支5元笔;剩2元,则4元钱的笔少买1支,换成1支6元笔;剩3元,则4元钱的笔少买2支,换成1支5元笔……

买笔--java语言

摘要:解题思路:①导入②分析&nbsp;&nbsp;&nbsp;&nbsp;根据题意共有四种情况符合条件:(班费:x)&nbsp;&nbsp;&nbs……

买笔买笔30083008

摘要:解题思路:#include<iostream>usingnamespacestd;intmain(intargc,char**argv){intx,y,a,b,c;cin>>x……