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

try G++ or other languages

Posted by Eclipse2008 at 2011-08-25 16:25:39 on Problem 1218
In 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:
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