| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
Re:终于AC了,贡献一些数据及测试结果In Reply To:终于AC了,贡献一些数据及测试结果 Posted by:PCW at 2009-08-11 01:15:34 兄弟,帮我看看怎么不对,谢了
#include<stdio.h>
void main()
{
int a,i;
double b,c;
scanf("%lf %d",&b, &a);
c=b;
for(i=1;i<a;i++)
c=b*c;
printf("%lf",c);
getch();
}
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator