0_0_8781235_8182.cpp:1: error: `vector' was not declared in this scope
0_0_8781235_8182.cpp:1: error: expected primary-expression before "long"
0_0_8781235_8182.cpp:1: error: expected `,' or `;' before '{' token
0_0_8781235_8182.cpp: In function `int main()':
0_0_8781235_8182.cpp:19: error: `vector' undeclared (first use this function)
0_0_8781235_8182.cpp:19: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8781235_8182.cpp:19: error: expected primary-expression before "long"
0_0_8781235_8182.cpp:19: error: expected `;' before "long"
0_0_8781235_8182.cpp:20: error: `scanf' undeclared (first use this function)
0_0_8781235_8182.cpp:20: error: `EOF' undeclared (first use this function)
0_0_8781235_8182.cpp:23: error: `heights' undeclared (first use this function)
0_0_8781235_8182.cpp:26: error: `largestRectArea' cannot be used as a function
0_0_8781235_8182.cpp:26: error: `printf' undeclared (first use this function)
|