Problem globalwarming
User Dynonychus
Submission Time 2023-12-31 17:36:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

globalwarming.cpp: In function ‘int main()’:
globalwarming.cpp:19:3: error: ‘arr’ was not declared in this scope
19 | arr[i]=a;
| ^~~
globalwarming.cpp:22:26: error: no match for ‘operator+’ (operand types are ‘std::vector<long long int>’ and ‘long long int’)
22 | a= *max_element(vec, vec+n);
| ~~~^~
| | |
| | long long int
| std::vector<long long int>
In file included from /usr/include/c++/9/bits/stl_algobase.h:67,
from /usr/include/c++/9/bits/specfun.h:45,
from /usr/include/c++/9/cmath:1927,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:41,
from globalwarming.cpp:1:
/usr/include/c++/9/bits/stl_iterator.h:423:5: note: candidate: ‘template<class _Iterator> constexpr std::reverse_iterator<_Iterator> std::operator