![]() |
#2
kaneqeqeq2007-07-08 19:17
|
#include <iostream>
int main()
{
int ch1;
ch1 = '2' ;
std :: cout << ch1 ;
system("PAUSE") ;
return 0;
}
OUTPUT 竟是 50 , 而不是 2 !? thank you !