Accepted
foo.cc: In function 'int main()': foo.cc:6:18: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'long long int' [-Wformat=] 6 | printf("%u",(n<<16)+(n>>16)); | ~^ ~~~~~~~~~~~~~~~ | | | | | long long int | unsigned int | %llu
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1192 高低位交换
- 语言
- C++
- 递交时间
- 2023-05-20 12:30:26
- 评测时间
- 2023-05-20 12:30:26
- 评测机
- 分数
- 100
- 总耗时
- 24ms
- 峰值内存
- 284.0 KiB