210
#include<stdio.h>
#include<math.h>
int main(void)
{int i,n;double power;printf("Enter n:");scanf("%d",&n);for(i=0;i<=n;i++){power=pow(2,i);printf("pow(2,%d)=%.0f\n",i,power);}return 0;
}
轉載于:https://www.cnblogs.com/chaoyue0806/p/3351782.html
總結
- 上一篇: C++纯虚函数
- 下一篇: 【会议记录】第二次例会(10.06)记录