1
1
1
.
查看参考答案
为什么在vs2019里面不能使用布尔类型
.
#include <stdio.h>
#include <math.h>
int main()
{
int b;
double a,Pi=1;
for(a=3,b=1;1/a>1e-8;a=a+2,b++)
{
if(b%2==1) Pi=Pi-(1/a);
else Pi=Pi+(1/a);
}
printf("%10.7lf",Pi*4);
return 0;
}
0:81;
1:128
1
0
1
1
0、10个A
1、10个B
2、c=5;b=c;a=b;
3、a=8,b=3,c=3;
4、if (x>0){z=x;} else{z=-x;}
5、if (size>12){cost=cost*1.05;flag=2}else{bill=clst*flag;}
if (ibex>14){sheds=3;}else{ sheds=2; help=2*sheds;)
if (score<0){printf("count=%d\n",count); else{ scanf("%d",&score);
1
1
111
小甲鱼在干嘛
回复
查看参考答案