0_0_32852375_4252.cpp:1:1: error: 'string' does not name a type
string huobi_name;
^
0_0_32852375_4252.cpp:3:3: error: expected unqualified-id before 'for'
for(i = 0 ; i < n ; ++i){//***将文字索引转换成数字索引.因为数组中用的是数字索引
^
0_0_32852375_4252.cpp:3:15: error: 'i' does not name a type
for(i = 0 ; i < n ; ++i){//***将文字索引转换成数字索引.因为数组中用的是数字索引
^
0_0_32852375_4252.cpp:3:23: error: expected unqualified-id before '++' token
for(i = 0 ; i < n ; ++i){//***将文字索引转换成数字索引.因为数组中用的是数字索引
^
|