Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
83613 sh25_huangse 高低位交换 C++ 解答错误 0 MS 248 KB 135 2026-01-28 20:33:16

Tests(0/2):


#include <bits/stdc++.h> using namespace std; int main( ) { long x; cin>>x; cout<<(x<<16)<<(x>>16); return 0; }


测评信息: