0_0_19864224_30938.cpp: In function 'void updata(int, int)':
0_0_19864224_30938.cpp:13:241: error: expected primary-expression before '<' token
while(x<=10005) /*<span style="font-family: 'Courier New', Courier, monospace; ">这点我也是不明白,开始写出 while(x<=n) WA 了无数次 后来才明白题目有这样一句话:Second a line with n integers standing F[i](0<F[i]<=10000),您明白了吗?*/</span>
^
0_0_19864224_30938.cpp:13:242: error: expected primary-expression before '/' token
while(x<=10005) /*<span style="font-family: 'Courier New', Courier, monospace; ">这点我也是不明白,开始写出 while(x<=n) WA 了无数次 后来才明白题目有这样一句话:Second a line with n integers standing F[i](0<F[i]<=10000),您明白了吗?*/</span>
^
0_0_19864224_30938.cpp:13:243: error: 'span' was not declared in this scope
while(x<=10005) /*<span style="font-family: 'Courier New', Courier, monospace; ">这点我也是不明白,开始写出 while(x<=n) WA 了无数次 后来才明白题目有这样一句话:Second a line with n integers standing F[i](0<F[i]<=10000),您明白了吗?*/</span>
^
0_0_19864224_30938.cpp:15:5: error: expected primary-expression before '{' token
{
^
|