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 |
try G++ or other languagesIn Reply To:为什么总是CE。。。求解释啊。。。 Posted by:Zhangyuanyuan at 2011-08-25 16:24:12 > #include <iostream> > #include <cmath> > using namespace std; > int main() > { > int n,m,num,i; > cin>>n; > while (n--) > { > num=0; > cin>>m; > for (i=1;i<=m;i++) > { > int j=sqrt(float(i)); > if (j*j==i) num++; > } > cout<<num<<endl; > } > return 0; > } Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator