回复 楼主 matrix6
											建议你好好学一下C语言第五版的第三章!										
					
	
柔术:打败对手的最好方法就是心狠手辣,因为对手不会给你太多机会,如果他够厉害!
 程序代码:
程序代码:#include <stdio.h>
#include <windows.h>
int main(int argc, char **argv)
{
    SetConsoleOutputCP(437);
    printf("%c\n",219);
    printf("%c%c\n",219,219);
    return 0;
}