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

简单方法

Posted by 1008061011 at 2011-07-27 20:19:27 on Problem 2309
#include<stdio.h>
main()
{
      int t,a,p;
      scanf("%d",&t);
      while(t--)
      {
            scanf("%d",&a);
            for(p=2;a%p==0;p*=2);
            p=p/2-1;
            printf("%d %d\n",a-p,a+p);
      }
     
}

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