0_0_26364389_14684.cpp:25:1: error: expected ',' or '...' before 't'
t,int n,int &value)
^
0_0_26364389_14684.cpp: In function 'bool Evaluate(int)':
0_0_26364389_14684.cpp:29:13: error: 'start' was not declared in this scope
int i = start;
^
0_0_26364389_14684.cpp:49:16: error: 'n' was not declared in this scope
if(i > n-1)
^
0_0_26364389_14684.cpp:102:5: error: 'value' was not declared in this scope
value = s1.top();
^
0_0_26364389_14684.cpp: In function 'bool DFS(int, int, int)':
0_0_26364389_14684.cpp:111:37: error: too many arguments to function 'bool Evaluate(int)'
if(Evaluate(pos,index,iright) && iright == ileft)
^
0_0_26364389_14684.cpp:23:6: note: declared here
bool Evaluate(int star
^
0_0_26364389_14684.cpp:118:37: error: too many arguments to function 'bool Evaluate(int)'
if(!Evaluate(0,index-1,ileft))
^
0_0_26364389_14684.cpp:23:6: note: declared here
bool Evaluate(int star
^
|