Problem area_noi
User joxi
Submission Time 2024-01-27 20:06:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area_noi.cpp: In function ‘int main()’:
area_noi.cpp:12:7: error: request for member ‘push_back’ in ‘i’, which is of non-class type ‘int’
12 | i.push_back(j*k);
| ^~~~~~~~~
area_noi.cpp:14:8: error: no match for ‘operator<<’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘__gnu_cxx::__normal_iterator<int*, std::vector<int> >’)
14 | cout << max_element(i.begin(), i.end());
| ~~~~ ^~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| | |
| | __gnu_cxx::__normal_iterator<int*, std::vector<int> >
| std::ostream {aka std::basic_ostream<char>}
In file included from /usr/include/c++/9/istream:39,
from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/