大家好,又见面了,我是全栈君。
Time Limit: 1000MS | Memory Limit: 65536KB | 64bit IO Format: %lld & %llu |
Description
Input
31 – 1).
Output
Sample Input
2 8 10
Sample Output
1 15 9 11
Source
1 /*by SilverN*/ 2 #include<algorithm> 3 #include<iostream> 4 #include<cstring> 5 #include<cstdio> 6 #include<cmath> 7 using namespace std; 8 int read(){ 9 int x=0,f=1;char ch=getchar(); 10 while(ch<'0' || ch>'9'){ if(ch=='-')f=-1;ch=getchar();} 11 while(ch>='0' && ch<='9'){x=x*10+ch-'0';ch=getchar();} 12 return x*f; 13 } 14 int lowbit(int x){ return x&-x;} 15 int T; 16 int n; 17 int main(){ 18 T=read(); 19 while(T--){ 20 n=read(); 21 printf("%d %d\n",n-lowbit(n)+1,n+lowbit(n)-1); 22 } 23 return 0; 24 }
转载于:https://www.cnblogs.com/SilverNebula/p/5889498.html
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/108872.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...