啊哈磊_编程从这里起步

标题: emm [打印本页]

作者: Linus Sebastian    时间: 2019-5-23 10:58
标题: emm
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. int main()
  4. {
  5.    printf('abc');
  6.     return 0;
  7. }
复制代码

作者: asa    时间: 2019-7-29 17:21
你忘了加上system("pause");
完整代码如下:
#include <stdio.h>
#include <stdlib.h>
int main()
{
     printf("abc");
     system("pause");
     return 0;
}





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