WEB开发网
开发学院软件开发C++ pow函数 阅读

pow函数

 2012-05-28 20:15:17 来源:WEB开发网   
核心提示:#include<stdio.h>#include<math.h>int main(){ int i=1,t1,t2; t1=pow(10,i+1); t2=pow(10,2); printf("%d\n%d\n",t1,t2); return
#include<stdio.h>
#include<math.h>

int  main()
{
    int i=1,t1,t2;
    t1=pow(10,i+1);
    t2=pow(10,2);
    printf("%d\n%d\n",t1,t2);
    return 0;
}

Tags:pow 函数

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接