#include <stdio.h> int main() { printf("Hello,World!");//c语言字符串一定要用双引号, 单个的字符才是单引号 return 0; }
如有帮助,请点击我的回答下方的【采纳该答案】按钮帮忙采纳下,谢谢!
代码运行有错误,return了一个异常值具体原因要看代码才能判断
请帖源代码