赞
踩
#include<stdio.h>
int main(void)
{
char arr[20] = { 0 };
scanf_s("%s", arr, 20);
printf("%s \n", arr);
return 0;
}
目前本人暂时没有看到相同的问题文章及解决文章,如果撞上请谅解。
插句题外话,vs code终端在使用printf输出中文时乱码问题,可以通过打开Beta版语言支持解决。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。