![]() |
#2
rjsp2022-07-25 09:30
|
大佬们 如何仅使用scanf一句话来消除输出的多余空行
while (getchar() != '\n')//清理空行
continue;
这个我知道
就是想知道如何只用一句scanf消除多余空行
万分感谢