CONTEST ID : 1376 - 2025春-计导课设-文件练习-补交-13-14+20-21班

文件操作练习。注意B题的读取不能用struct。
D和谐词汇的题, 输入是若干字符串,不以空行结束. 所以 gets(line);    while (line[0]){... gets(line);}就会导致时间超限,代码在等空行,但in数据没有。应改为while(gets(line))。

Contest has not started or you don't have privilege of it.