今天A题发现OJ中不允许使用gets函数,应该使用fgets代替

fgets(char * s,int size,FILE * stream);

如:fgets(s,100,stdin);

最后修改:2019 年 02 月 27 日
如果觉得我的文章对你有用,请随意赞赏