![]() |
#2
newyj2008-10-25 20:22
|
#include "iostream"
using namespace std;
int main ()
{
cin.get();
return 0;
}
cin.get()是接受一个字符
请问我输入的字符存到哪里去了