发布网友 发布时间:2022-04-21 05:35
共1个回答
热心网友 时间:2022-06-18 06:25
这是手机专用的呀!以前的地址不用保存了www.Feh73.com
1 输入总数n
set xwhite=0,xblack=0,xpurple=0
2 循环1到n,输入1-n头牛的颜色代号y(1=white,2=black,3=purple)
if y=1,xwhite=xwhite+1
if y=2,xblack=xblack+1
if y=3,xpurple=xpurple+1
3 print xwhit,xblack,xpurple