![]() |
#2
水中无月2008-07-12 17:09
|
#include<iostream.h>
using namespace std;
int main()
{
char a[3];
cin.getline(a,5,'\n');
cout<<a<<endl;
system("pause");
return 0;
}