摘要: #include #include using namespace std;int chgendian(int x){ int tmp=0; char *p=(char *)&x; int sh... 阅读全文
posted @ 2013-09-20 22:22 wdliming 阅读(308) 评论(0) 推荐(0)