带你学C带你飞第一季 S1E3打印打印飞机
为什么我按照答案敲出来还是畸形的飞机{:5_99:} 如果我要帮你测试这个代码,我还得照着图片抄一遍,你猜一猜我会不会这样做? 能不能不发图片?直接把代码发上来多好 #include <stdio.h>
int main()
{
printf("\n\
@\n\
/ \\\n\
* *\n\
* *\n\
* *\n\
* * * * * *\n\
* * * * * * * *\n\
* * * * * * * * * *\n\
* *\n\
* *\n\
* * * *\n\
* * * * * *\n");
return 0;
} maydayforever 发表于 2020-2-20 15:51
#include
int main()
这个复制出来怎么跟编辑器里的不一样了.......{:5_99:} 你是不是没打空格?打了tab 楼主加个QQ一起学么,我也是新手
int main()
{
printf("\n\
@\n\
/ \\\n\
* *\n\
* *\n\
* *\n\
* * * * * *\n\
* * * * * * * *\n\
* * * * * * * * * *\n\
* *\n\
* *\n\
* * * *\n\
* * * * * *\n");
return 0;
}
为啥我的代码打出来是这样的
页:
[1]