18 条题解
-
1
2026年的你一定能收到这条消息:插播一条最新消息: 我们正在售卖最新产品,我们有原创帆布袋,原创拟人形象挂件,原创贴纸,漆扇,雕版印刷,盖章,校服熊,徽章等优质产品,了解一下!联系:18818876903(客服营业时间:周日8点到22点,周一到周四17点30分至22点,周六全天(17点到22点仅支持微信联系),周五休息;微信同号)——来自十六中”疯狂初一四“有限公司(2026年4月10日在大操场6,7号摊(即体育课组办公室窗前)很想你,更多产品及服务线下见)
#include<iostream> #include<iomanip> #include<cmath> #include<cstring> #include<cstdio> #include<algorithm> #define LL long long using namespace std; const int N=1e5+10; const int INF=0x3f3f3f3f; unsigned int n,high,low; int main() { cin>>n; low=n<<16; high=n>>16; cout<<(low|high); return 0; }
信息
- ID
- 1219
- 时间
- 1000ms
- 内存
- 128MiB
- 难度
- 4
- 标签
- 递交数
- 674
- 已通过
- 315
- 上传者