程序怎么错了
#include <stdio.h>#include <math.h>
int main()
{
float p,x,r=9%
int y=10;
x=1+r;
pow(x,y);
printf("%f\n",pow(x,y));
return 0;
}
2015-08-17 08:35
2015-08-17 08:38
2015-08-17 08:41
2015-08-17 08:46
2015-08-17 08:56
ai...
2015-08-17 09:12