0_0_26735891_7280.cpp: In function 'int main()':
0_0_26735891_7280.cpp:89:21: error: expected '}' before 'else'
else
^
0_0_26735891_7280.cpp:97:17: error: 'pp2' was not declared in this scope
pp2 = temp.second;
^
0_0_26735891_7280.cpp:97:23: error: 'temp' was not declared in this scope
pp2 = temp.second;
^
0_0_26735891_7280.cpp:100:33: error: 'pp1' was not declared in this scope
if (pp2.y > pp1.y);
^
0_0_26735891_7280.cpp:102:21: error: expected '}' before 'else'
else
^
0_0_26735891_7280.cpp:103:29: error: 'pp1' was not declared in this scope
h = pp1.y;
^
0_0_26735891_7280.cpp: At global scope:
0_0_26735891_7280.cpp:112:9: error: expected unqualified-id before 'if'
if(flag)
^
0_0_26735891_7280.cpp:114:9: error: expected unqualified-id before 'else'
else
^
0_0_26735891_7280.cpp:116:5: error: expected declaration before '}' token
}
^
|