0_0_34488880_14251.cpp: In function 'int main(int, const char**)':
0_0_34488880_14251.cpp:15:8: error: expected primary-expression before '<' token
<span style="white-space:pre;"> </span>//初始化数组元素为零
^
0_0_34488880_14251.cpp:15:9: error: 'span' was not declared in this scope
<span style="white-space:pre;"> </span>//初始化数组元素为零
^
0_0_34488880_14251.cpp:27:14: error: 'len' was not declared in this scope
for( len=0;len<max;len++){
^
0_0_34488880_14251.cpp:35:13: error: 'l' was not declared in this scope
for(l=len;l<max;l++){
^
0_0_34488880_14251.cpp:35:15: error: 'len' was not declared in this scope
for(l=len;l<max;l++){
^
0_0_34488880_14251.cpp:50:19: error: 'l' was not declared in this scope
for(int x=l-1;x>=0;x--)
^
|