4094对兔子
{:5_109:}
0
太能生了
a=14,b=5,c=9
1
#include<stdio.h>
#include<math.h>
int main()
{
double Pi=1,n=1,m;
int i=1;
for(i=1;;i=-i)
{
n=(n+2);
m=(1.0/n)*(-i);
Pi=Pi+m;
if((fabs(m))<(10^(-8)))
{
break;
}
}
printf("Pi=%.7f\n",Pi*4);
return 0;
}
有没有大佬帮忙看看这个代码有什么问题,我输出不了
答案
0. 100个
1. 10个
2. a,b,c
3.a=5
b=5
c=4
4. a>0?a:-a
5.
if (size >12)
{
cost = cost *1.05;
flag = 2;
}
bill = cost * flag;
if (ibex >14)
{
sheds = 3;
}
sheds = 2;
help = 2 * sheds;
while(1)
{
scanf("%d", &score);
if(score < 0 )
{
printf("count = %d\n", count);
}
count++;
}
1
open sesame
{:5_90:}
{:10_319:}
#include <stdio.h>
#include <math.h>
int main()
{
float i=350.00;
int y=1;
for(i;i>=0;)
{
y=y+1;
i=i+0.08*i-50;
}
printf("%d",y);
return 0;
}
s'd'sa'd
0. 10个
1. 1个
2. a,b,c,
3. (3,4,8,14), 9, 5
4.
5.
1
我要看答案!
1
朕想知道