| ||||||||||
| 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 | |||||||||
死人咧,在自己机器上调试答案正确的呀,为什么一提交就是:Wrong Answer呢/L#include <math.h>
#include <stdio.h>
#include <iostream.h>
void main()
{
long i,n,s[100],sum;
cin>>n;
for(i=0;i<n;i++)
cin>>s[i];
for(i=0;i<n;i++){
sum=(long)((log10(sqrt(4.0*acos(0.0)*s[i]))+s[i]*(log10(s[i])-log10(exp(1.0))))+1);
cout<<sum<<endl;}
}
哪位能指教一下撒~~~
Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator