level 11
gameloftyou
楼主
#include <iostream>
int main()
{
using namespace std;
cout<<"怎么显示中文?\n";
cin.get();
return 0;
}
2012年04月20日 16点04分
1
int main()
{
using namespace std;
cout<<"怎么显示中文?\n";
cin.get();
return 0;
}