请问哪个大佬看一下这个c++代码?为什么编译出错呢

请问哪个大佬看一下这个c++代码?为什么编译出错呢

static int x; 声明为static 需要在类外初始化

int Test::x = 0;

1. 请用 ‘代码’ 控件贴代码, 这样别人才好帮你。 

2. 编译错误是?