3456589807
发表于 2017-6-13 19:32:11
答案是什么
a89361461
发表于 2017-6-15 01:51:03
看看
Greenhat
发表于 2017-6-16 15:05:00
看
Nano
发表于 2017-6-27 11:56:18
ads
Nano
发表于 2017-6-27 11:56:49
111
蛇皮走位
发表于 2017-7-6 18:24:52
看答案
hyangteng
发表于 2017-7-8 15:56:09
666
3-3
发表于 2017-7-8 19:57:02
0. 10
1.10
2.c,b,a
3.a=14 b=5 c=9
4.
z= ( x > 0 ? x:-x);
5.
A.
if(size > 12)
{
cost = cost * 1.05;
flag =2;
}
bill = cost * flag;
B.
if (ibex > 14)
{
sheds = 3;
}
sheds = 2;
help = 2 * sheds;
c.
if (score < 0)
{
printf("count = %d \n", count);
}
count ++;
scanf("%d",&score);
lansong747q
发表于 2017-7-11 14:04:08
知道
huiwenwu
发表于 2017-7-13 07:55:19
la la la
杰克Jk船长
发表于 2017-7-16 18:31:26
0.会打印10次'A'
1.不会打印'B'
2.c,b,a
3.a=14,b=5,c=9
4.z=x>0?x:-x;
5.if(sze >12)
{
cost=cost * 1.05;
flag=2;
}
else
bill = cost * flag;
majusaka
发表于 2017-7-17 15:09:43
0. 100
1. 10
2.
3. a=b, c=5,b=4
4. if(x>0){z=x}else {z=-x}
786857040
发表于 2017-7-18 11:09:40
0.10个
1. 0个
2. a = 5
3. a = 5, b = 5, c = 4
4. x >= 0 ? z = x : z = -x
5.
if (size > 12)
{
cost = cost * 1.05;
flag = 2;
}
bill = cost * flag;
蚕头燕尾909
发表于 2017-7-18 16:55:20
回复
zwy12138
发表于 2017-7-18 22:08:51
0.100
1.0次
2.a,b,c
3.a=12 b=5 c=9
4.
(1)
if (size > 12)
{
cost = cost * 1.05;
flag = 2;
}
bill = cost * flag;
(2)
if (ibex > 14)
{
sheds = 3;
help = 2 * sheds;
}
else
{
sheds = 2;
help = 2 * sheds;
}
(3)
while(1)
{
scanf("%d", &score);
if (score < 0)
{
printf("count = %d\n", count);
break;
}
count++;
continue;
}
#include <stdio.h>
#include <stdlib.h>
int main()
{
int count_year=0;
long long JiaYu=10000,XiYe=10000;
while (1)
{
if(JiaYu+1000<=XiYe*1.05)
{
break;
}
else
{
JiaYu+=1000;
XiYe*=1.05;
count_year+=1;
}
}
printf("After %d years, XiYe is richer than Mr. JiaYu. Whoa!",count_year);
return 0;
}
#include <stdio.h>
#include <stdlib.h>
int main()
{
long money=4000000;
int count_year=0;
while(1)
{
if(money-500000<=0)
{
break;
}
else
{
money-=500000;
money*=1.08;
count_year+=1;
}
}
printf("%d",count_year);
return 0;
}
#include <stdio.h>
#include <stdlib.h>
int main()
{
double q_pi=0;
int temp=1;
while(1)
{
if(1.0/temp<=0.0000001 && 1.0/temp>=-0.00000001)
{
break;
}
else
{
if((temp-1)%4)
{
q_pi-=1.0/temp;
}
else
{
q_pi+=1.0/temp;
}
temp+=2;
}
}
//printf("%d\n",temp);
printf("%f",q_pi*4);
return 0;
}
#include <stdio.h>
#include <stdlib.h>
int main()
{
int count=1;
int t1=1,t;
int result=0;
for(count=1;count<=20;count++)
{
if(count==1)
result=1;
if(count==2)
result=1;
if(count>=3)
{
t=result;
result+=t1;
t1=t;
}
}
printf("%d",result);
return 0;
}
想想是浮云
发表于 2017-7-22 22:35:08
100 次
10次
koudai
发表于 2017-7-23 01:16:49
回复看答案
wyan
发表于 2017-7-23 14:24:38
看答案
仓鼠爱跑圈
发表于 2017-7-24 20:07:54
前来温习
xcf85532552
发表于 2017-7-25 11:05:58
看答案咯~~~