0){ rest--; } b+=3; if(i%10==0 && rest==0){//兔子跑了十分钟后回头看._7-22鬼兔赛炮">
赞
踩
#include<stdio.h> main(){ int t,a=0,b=0,i=0,rest=0;//a,b分别为兔子和乌龟跑的路程,rest为兔子的休息时间 scanf("%d",&t); while(i!=t){ i++; if(rest==0){//兔子在跑 a+=9; }else if(rest>0){ rest--; } b+=3; if(i%10==0 && rest==0){//兔子跑了十分钟后回头看 if(a>b){ rest=30; } } } if(a>b){ printf("^_^ %d",a); }else if(a<b){ printf("@_@ %d",b); }else{ printf("-_- %d",a); } }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。