代码: #include <stdio.h> int main() { printf("abc"); return 0; } 输出结果: abc%
vscode 下运行,请问为什么会有%,加了\n 就不会有%,感谢