搜索
查看: 478|回复: 6
打印 上一主题 下一主题

大神帮忙看看错在哪?

[复制链接]
楼主
发表于 2018-7-14 14:08:40 | 显示全部楼层
#include <stdio.h>
#include <stdlib.h>
int main()
{
  printf("你好");
  system("pause");
  return 0;
}

沙发
发表于 2018-7-14 14:16:29 | 显示全部楼层
#include <stdio.h>
#include <stdlib.h>

int main()
{
    printf("你好\nHello World");
    return 0;
}
括号用成中文得了。
复制我的运行一下。
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

广播台
特别关注
快速回复 返回顶部 返回列表