啊哈磊_编程从这里起步

标题: 运行后的黑框中不显示 nihao,显示的时操作正确 [打印本页]

作者: 新手aha    时间: 2020-3-1 20:02
标题: 运行后的黑框中不显示 nihao,显示的时操作正确
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. int main()
  4. {
  5.     printf("nihao");
  6.     system("pause");
  7.     return 0;
  8. }



复制代码

作者: 旧巷听风雪染尘    时间: 2020-3-2 13:39
本帖最后由 旧巷听风雪染尘 于 2020-3-2 13:40 编辑

#include <stdio.h>#include <stdlib.h>
int main()
{     
   printf("nihao");   
   system("pause");   
   return 0;
}







欢迎光临 啊哈磊_编程从这里起步 (https://bbs.codeaha.com/) Powered by Discuz! X3.2