标签:.com stream ios str com sign short int namespace
#include<iostream> using namespace std; int main() { unsigned short a; short int b=-1; a=b; cout<<"a="<<a<<endl; return 0; }
标签:.com stream ios str com sign short int namespace
原文地址:http://www.cnblogs.com/aipopo/p/7514391.html