vscode写c语言不能输出中文,按照网上教程操作一下之后出现了这种问题
#include <stdio.h> int main() { print("hello,world!"); return 0 ; }
文件名改下,不能是hello,world,中间有逗号,去掉逗号即可;望采纳!