新网创想网站建设,新征程启航
为企业提供网站建设、域名注册、服务器等服务
public class demo {
站在用户的角度思考问题,与客户深入沟通,找到南山网站设计与南山网站推广的解决方案,凭借多年的经验,让设计与互联网技术结合,创造个性化、用户体验好的作品,建站类型包括:成都网站设计、网站建设、企业官网、英文网站、手机端网站、网站推广、域名注册、网络空间、企业邮箱。业务覆盖南山地区。
public static void main(String[] args) {
int people=100; //一百个僧人
int food=100; //一百个馒头
for(int i=0;i=people;i++) {
int j=people-i;
int sum=(i*3)+(j/3);
if(sum==food) {
System.out.println("大和尚:"+i+"小和尚:"+j);
}
}
}
}
看看吧,应该没问题
编程如下:
zhs=0 存储大和尚人数
xhs=0 存储中和尚人数
dhs=0 存储小和尚人数
tc=0
do whil dhs=33 大和尚人数最多33人
do whil zhs=50 中和尚人数最多50人
do whil xhs=99 小和尚人数最多99人
hss=dhs+zhs+xhs 求和尚总数
mts=dhs*3+zhs*2+xhs/3 求馒头总数
if hss=100.and.mts=100 当馒头总数和和尚总数为100的时候显示计算结果
?"大和尚:",dhs,"人,中和尚:",zhs,"小和尚:",xhs
endi
xhs=xhs+3
endd
xhs=0
zhs=zhs+1
endd
xhs=0
zhs=0
dhs=dhs+1
endd
运行结果如图:
#include "stdafx.h"
#include "iostream.h"
int main(int argc, char* argv[])
{
int x,y;
for(x=0;x=100;x++)
{
y=100-x;
if(4*x+y/4==100)
cout"老和尚:"x" ""小和尚:"yendl;
}
return 0;
}