wuta 发表于 2018-12-12 15:39:41

为什么编译后“*”对不齐

#include "stdafx.h"
#include "stdio.h"
void main()
{
        printf("\n\
                                *      \n\
                              ***   \n\
                          *****    \n\
                        *******   \n\
                   \n");

}

jackz007 发表于 2018-12-12 16:20:48

   没错,在我这里,* 确实是对齐的,你真的编译、运行过?

页: [1]
查看完整版本: 为什么编译后“*”对不齐