不是青山 发表于 2020-10-2 15:19:07

修改了代码 为什么不能运行

#include <stdio.h>

int main()
{
    printf("\n\
   @\n\
    / \\\n\
    * *\n\
    * *\n\
    * *\n\
   * * *\n\
* * * * \n\
* * * * * * \n\
    * *\n\
    * *\n\
* * * *\n\
* * * * * *\n");

      return 0;
}
为什么这段代码不能打印出飞机呢,我觉得没有问题啊,求解答

巴巴鲁 发表于 2020-10-2 16:52:27

很正常啊

巴巴鲁 发表于 2020-10-3 09:36:57

你是不是上一个代码没关?
页: [1]
查看完整版本: 修改了代码 为什么不能运行