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

haha

Posted by 20132430213 at 2015-03-26 11:31:22 on Problem 1218
#include<stdio.h>
#include<stdlib.h>
#include<math.h>
int main(void)
{
    int n, a, on;    
    scanf("%d",&n);    
    while(n--){        
      scanf("%d",&a);        
      on=(int)sqrt(a);        
      printf("%d\n",on);    
    }
    system ("pause");    
    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