#include<stdio.h>int main(){printf("\|/\n");printf("-+-\n");printf("/|\");return 0;}
printf("\\|/\n"); \需要用转义字符\\输出 printf("-+-\n"); printf("/|\\");