当前位置:   article > 正文

PTA-龟兔赛跑(C语言)_c语言龟兔赛跑

c语言龟兔赛跑

#include<stdio.h>
int main()
{
	int t=0,t1=0,t2=0,W=0,T=0;
	scanf("%d",&t);
    while(t1<t&&t>0){
    	if(t1%10==0&&T>W){
    		t2=t1+30;
    		while(t1<t2&&t1<t){
    			W+=3;
    			t1++;
			}
		}else{
			t2=t1+10;
			while(t1<t2&&t1<t){
				W+=3;
				T+=9;
				t1++;
			}
		}	
	}
	if(W>T){
			printf("@_@ %d",W);
		}else if(W==T){
			printf("-_- %d",W);
		}else{
			printf("^_^ %d",T);
		}
    return 0;
}
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/你好赵伟/article/detail/64431
推荐阅读
相关标签
  

闽ICP备14008679号