摘要: Header(标题) h1(这是1个#号的标题) h2(这是2个#号的标题) h3(这是3个#号的标题) h4(这是4个#号的标题) h5(这是5个#号的标题) h6(这是6个#号的标题) Paragraph(段落) 这是Markdown的一个段落1 aaaaaaaaaaaaaaaaaaaaaaaa 阅读全文
posted @ 2021-09-29 10:16 luckyforest 阅读(114) 评论(8) 推荐(1)
摘要: int func(){ int n = 100; char b = '\0'; for(int i = 0; i < n; i++){ printf("%c", &(b + i)); } while(n--){ printf("%d", &n);printf("%d", &n);printf("%d 阅读全文
posted @ 2021-10-01 18:47 luckyforest 阅读(111) 评论(1) 推荐(1)
摘要: test 阅读全文
posted @ 2021-09-27 19:41 luckyforest 阅读(116) 评论(3) 推荐(1)