lyh33897 发表于 2021-1-10 21:26:10

为什么运行后飞机头跑偏了?调了好久

{:5_99:} file:///C:/Users/86153/Desktop/%E5%B1%8F%E5%B9%95%E6%88%AA%E5%9B%BE%202021-01-10%20212140.png

风过无痕1989 发表于 2021-1-10 22:43:06

#include <stdio.h>

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

      return 0;
}
页: [1]
查看完整版本: 为什么运行后飞机头跑偏了?调了好久