| ||||||||||
| 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 | |||||||||
1001 where is my fault? help~~ thanks~~#include<stdio.h>
void main()
{
long double r,s=1.0;
int b,n;
scanf("%llf%d",&r,&n);
for(b=1;b<(n+1);b++)
s=s*r;
printf("%llf\n",s);
}
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator