Time is money. Friends!

2007年5月3日星期四

敢及格嗎?

main()
{
float x,y;
printf("請輸入1周在學校的時間:");
scanf("%f",x);
if(x<=3) y=3;
else if(x<=5) y=0.9*x;
else y=0.85*x;
printf ("沒有學習的時間:%f",y);
}


要是再不學習真的就要問問自己“敢及格嗎?”

1 条评论:

匿名 说...

是计算机代码吧?不懂~
你能意识到这点很好,好好学吧,别到时候真不敢及格了。。。