啊哈磊_编程从这里起步

标题: system后加空格有效果嘛 [打印本页]

作者: 张晴    时间: 2020-10-4 11:31
标题: system后加空格有效果嘛
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. int main()
  4. {
  5.     printf("******");
  6.     printf("  * * **   * * *  *");
  7.     printf("       *      *     **   * * *  *");
  8.     system("pause");
  9.     return 0;
  10. }
复制代码





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