18 条题解

  • 1
    @ 2026-2-27 14:41:31
    #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
    标签
    递交数
    664
    已通过
    310
    上传者