锘??xml version="1.0" encoding="utf-8" standalone="yes"?>
istream& operator >>( char* psz );
istream& operator >>( unsigned char* pusz );
istream& operator >>( signed char* pssz );
istream& operator >>( char& rch );
istream& operator >>( unsigned char& ruch );
istream& operator >>( signed char& rsch );
istream& operator >>( short& s );
istream& operator >>( unsigned short& us );
istream& operator >>( int& n );
istream& operator >>( unsigned int& un );
istream& operator >>( long& l );
istream& operator >>( unsigned long& ul );
istream& operator >>( float& f );
istream& operator >>( double& d );
istream& operator >>( long double& ld ); (16-bit only)
istream& operator >>( streambuf* psb );
istream& operator >>( istream& (*fcn)(istream&) );
istream& operator >>( ios& (*fcn)(ios&) );
榪欎簺鏄湰鏉?gt;>鏀寔鐨勭被鍨嬨?br />瀵逛簬cin鏉ヨ,濡俢in>>(int)a錛岃岃緭鍏ヤ竴瀛楃涓詫紝鍒欎細浣縞in闄峰叆閿欒鐘舵侊紝鏁呭湪杈撳叆涔嬪墠搴旇鍏堟鏌f錛坕sdigit錛坅錛夛級銆?/p>