摘要: 例子 #include <cstdio> #include <iostream> using namespace std; int main() { unsigned short int ui; signed short int si; ui = (unsigned short int)0x8000 阅读全文
posted @ 2020-11-25 14:32 WinkJie 阅读(2318) 评论(1) 推荐(0) 编辑