为什么执行程序时会闪退
											#include<math.h>#include<stdio.h>
void main()
{
double total,money;
int n;
scanf("%lf %d",&money,&n);
total=money*pow(3.25,n);
printf("%lf\n",total);
}
	    2017-03-11 11:38
  
	    2017-03-11 12:01
  
	    2017-03-11 13:21
  
	    2017-03-11 13:28
  
	    2017-03-11 14:08
  
好~										
					
	
	    2017-03-11 14:13