| ||||||||||
| 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 | |||||||||
为什么总是CE。。。求解释啊。。。#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