0_0_27488459_3839.cpp: In function 'int main()':
0_0_27488459_3839.cpp:83:21: error: 'tempsize' was not declared in this scope
tempsize=tend-tstart+1;
^
0_0_27488459_3839.cpp:87:25: error: 'ansstart' was not declared in this scope
ansstart=tstart;
^
0_0_27488459_3839.cpp:88:25: error: 'ansend' was not declared in this scope
ansend=tend;
^
0_0_27488459_3839.cpp:97:9: error: 'tempsize' was not declared in this scope
tempsize=tend-tstart+1;
^
0_0_27488459_3839.cpp:101:13: error: 'ansstart' was not declared in this scope
ansstart=tstart;
^
0_0_27488459_3839.cpp:102:13: error: 'ansend' was not declared in this scope
ansend=tend;
^
0_0_27488459_3839.cpp:105:20: error: 'ansstart' was not declared in this scope
else cout<<ansstart<<" "<<ansend<<endl;
^
0_0_27488459_3839.cpp:105:35: error: 'ansend' was not declared in this scope
else cout<<ansstart<<" "<<ansend<<endl;
^
|