记录编号 | 248187 | 评测结果 | AAAAAAAAAA | ||
---|---|---|---|---|---|
题目名称 | 高低位交换 | 最终得分 | 100 | ||
用户昵称 | 是否通过 | 通过 | |||
代码语言 | C++ | 运行时间 | 0.000 s | ||
提交时间 | 2016-04-10 09:01:29 | 内存使用 | 0.00 MiB | ||
- #include<stdio.h>
- void* a=(freopen("highlow.in","r",stdin),freopen("highlow.out","w",stdout));
- unsigned x=(scanf("%u",&x),printf("%u\n",(x>>16)^(x<<16)));
- int main(){;}