Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

Re:终于AC了,贡献一些数据及测试结果

Posted by chengong at 2009-08-11 17:07:37 on Problem 1001
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:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator