A. C語言的數學題
如果一次買的數量等於50套呢?
#include<stdio.h>
intsmall(inta,intb)
{
if(a>b)
a=b;
returna;
}
intmain()
{
inttops,pants,temp,sum=0;
scanf("%d%d",&tops,&pants);
if(tops==pants)
{
if(tops>50)
sum=tops*80;
else
sum=tops*90;
}
else
{
temp=small(tops,pants);
if(temp>50)
sum=temp*80;
elseif(temp<50)
sum=temp*90;
if(tops>pants)
sum+=(tops-pants)*60;
elseif(tops<pants)
sum+=(pants-tops)*45;
}
printf("%d ",sum);
return0;
}
B. 用C語言解決數學問題
顯然需要9天,程序如下:
#include <stdio.h>
int main()
{
int i=0;
double s=0.0;
while(1)
{
s+=1.5;
if(s>=10) break;
else s -=0.5;
i++;
}
printf("%dday\n",i);
return 0;
}
C. C語言做數學問題~~~
#include <stdio.h>
void main()
{
int hong,,huang;
hong==huang=4;
int a,b,c; //3個口袋
for(a=1;a<=1;a++)
{
for(b=1;b<=1;b++)
{
for(c=1;c<=1;c++) //3個口袋只循環一次納敗答,就進入紅,白,黃球的選擇。
{
for(hong=1;hong<=8;hong++)
{
for(=1;<=8;++)
{
for(huang=1;huang<=8;huang++)
if(hong++huang==8) //用枯掘if來滿足是洞慧否紅白黃滿足8個球球
printf("a口袋紅球:%d+b口袋白球:%d+c口袋黃球:%d=8\n",hong,,huang);
}
}
}
}
}
}