摘要:
#include <iostream> using namespace std; int _tmain(int argc, _TCHAR* argv[]) { cout<<_T("输入一行 >")<<endl; char str[30]; cin.getline(str, 30); cout << 阅读全文
posted @ 2021-05-13 15:56
cnchengv
阅读(150)
评论(0)
推荐(0)
浙公网安备 33010602011771号