16 条题解

  • -1
    @ 2022-4-30 10:17:45

    ···#include #include<stdio.h> #include<math.h> #include #include<string.h> #include #define LL long long using namespace std; const int N=1e5+10; const int INF=0x3f3f3f3f; int main(){ long long a,b; cin>>a; LL c=a>>16; b=a-(c<<16); LL x=(b<<16)+c; cout<<x; }

    信息

    ID
    1219
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    516
    已通过
    238
    上传者