0_0_32851883_30994.cpp: In function 'void Output(int, int, int)':
0_0_32851883_30994.cpp:67:27: error: expected primary-expression before '<' token
s = i;<span style="white-space:pre"> </span>//这里的括号匹配有问题,并不是所有的括号都是镶嵌着的,可能有平级的
^
0_0_32851883_30994.cpp:67:28: error: 'span' was not declared in this scope
s = i;<span style="white-space:pre"> </span>//这里的括号匹配有问题,并不是所有的括号都是镶嵌着的,可能有平级的
^
|