2013-03-27 13:33
2013-03-27 13:35
2013-03-27 13:47

2013-03-27 13:50
2013-03-27 15:11
2013-03-27 15:11
2013-03-27 16:37
2013-03-27 16:38
2013-03-27 16:38
程序代码:#include<stdio.h>
#include<math.h>
int main()
{
double i=pow(2.0,7.0);
printf("2^7=%.0f\n",i);
return 0;
}

2013-03-27 17:10