Problem laptop
User PrunJuice
Submission Time 2024-06-21 15:32:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laptop.cpp: In function ‘int main()’:
laptop.cpp:11:4: error: ‘have’ was not declared in this scope
11 | have.push_back(a);
| ^~~~
laptop.cpp:14:4: error: ‘dh’ was not declared in this scope
14 | dh.push_back(a);
| ^~
laptop.cpp:17:24: error: ‘have’ was not declared in this scope
17 | int cock=*min_element(have.begin(), have.end());
| ^~~~
laptop.cpp:18:24: error: ‘dh’ was not declared in this scope
18 | int dick=*min_element(dh.begin(), dh,end());
| ^~
laptop.cpp:18:43: error: no matching function for call to ‘end()’
18 | int dick=*min_element(dh.begin(), dh,end());
| ^
In file included from /usr/include/c++/9/bits/range_access.h:36,
from /usr/include/c++/9/string:54,
from /usr/include/c++/9/bits/locale_classes.h:40,
from /usr/includ