| ||||||||||
| 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 | |||||||||
简单方法#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: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator