0_0_20961942_15066.cpp: In function 'void updata(int, int)':
0_0_20961942_15066.cpp:12: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_20961942_15066.cpp:12: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_20961942_15066.cpp:12: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_20961942_15066.cpp:12:247: error: expected primary-expression at end of input
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_20961942_15066.cpp:12:247: error: expected '}' at end of input
|