0_0_27488454_3255.cpp: In function 'int main()':
0_0_27488454_3255.cpp:77:13: error: 'i' was not declared in this scope
for(i=0;i<len;i++)//对白线段进行处理
^
0_0_27488454_3255.cpp:83:21: error: 'tempsize' was not declared in this scope
tempsize=tend-tstart+1;
^
0_0_27488454_3255.cpp:87:25: error: 'ansstart' was not declared in this scope
ansstart=tstart;
^
0_0_27488454_3255.cpp:88:25: error: 'ansend' was not declared in this scope
ansend=tend;
^
0_0_27488454_3255.cpp:97:9: error: 'tempsize' was not declared in this scope
tempsize=tend-tstart+1;
^
0_0_27488454_3255.cpp:101:13: error: 'ansstart' was not declared in this scope
ansstart=tstart;
^
0_0_27488454_3255.cpp:102:13: error: 'ansend' was not declared in this scope
ansend=tend;
^
0_0_27488454_3255.cpp:105:20: error: 'ansstart' was not declared in this scope
else cout<<ansstart<<" "<<ansend<<endl;
^
0_0_27488454_3255.cpp:105:35: error: 'ansend' was not declared in this scope
else cout<<ansstart<<" "<<ansend<<endl;
^
|