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

2333大水题!

Posted by KatrineYang at 2016-07-26 12:40:37 on Problem 1218
还能更短嘛。。。王记\n又PE一次,我晕!
#include <stdio.h>
#include <cmath>
int main() {
	int n;
	scanf("%d", &n);
	for(int i = 0; i < n; i++){
		int r;
		scanf("%d", &r);
		printf("%d\n", (int)(sqrt(r*1.0)));
	}
	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