搜索
查看: 171|回复: 1

why

[复制链接]
 楼主| 发表于 2019-7-15 14:34:47 | 显示全部楼层 |阅读模式
5啊哈币
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. int main()
  4. {
  5.     printf("ni hao");
  6.     system("pause")
  7.     return 0;
  8. }
复制代码

发表于 2019-7-15 22:40:34 | 显示全部楼层
#include <stdio.h>
#include <stdlib.h>
int main()
{
    printf("ni hao");
    system("pause");
    return 0;
}
system("pause")后面要加;
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

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