注释的地方啥意思?#include#includeusing namespace std;char **p;char** input(int n){ \x05int i;\x05char c[30],err; //err用于吸收cin没读走的回车,见B\x05p=new char *[n];\x05if(!p){cout

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/07 00:29:22
注释的地方啥意思?#include#includeusing namespace std;char **p;char** input(int n){ \x05int i;\x05char c[30],err; //err用于吸收cin没读走的回车,见B\x05p=new char *[n];\x05if(!p){cout

注释的地方啥意思?#include#includeusing namespace std;char **p;char** input(int n){ \x05int i;\x05char c[30],err; //err用于吸收cin没读走的回车,见B\x05p=new char *[n];\x05if(!p){cout
注释的地方啥意思?
#include
#include
using namespace std;
char **p;
char** input(int n)
{
\x05int i;
\x05char c[30],err; //err用于吸收cin没读走的回车,见B
\x05p=new char *[n];
\x05if(!p){cout

注释的地方啥意思?#include#includeusing namespace std;char **p;char** input(int n){ \x05int i;\x05char c[30],err; //err用于吸收cin没读走的回车,见B\x05p=new char *[n];\x05if(!p){cout
键盘输入的时候,会加入/n输入进去,err用于吸收cin没读走的回车,回车即/n