AlexFad @ 2023-04-28 21:12:32
由于评测环境的换行是 \r\n,读入一行字符串时,要不就用两个 getchar(),要不就用下面的 scanf
char s[100]; scanf("%*[\r\n]%[^\n]",s);