Problem | card |
---|---|
User | ansellee |
Submission Time | 2024-02-13 16:12:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
card.cpp: In function ‘int main()’:
card.cpp:17:23: error: ‘max_element’ was not declared in this scope
17 | auto themax = max_element(cards.begin(), cards.end());
| ^~~~~~~~~~~
card.cpp:21:23: error: ‘min_element’ was not declared in this scope
21 | auto themin = min_element(cards.begin(), cards.end());
| ^~~~~~~~~~~