Problem imagination
User thatlycheeoolongdrink
Submission Time 2024-05-27 11:05:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

imagination.cpp: In function ‘int task4(std::vector<int>&)’:
imagination.cpp:33:54: error: ‘max_element’ cannot be used as a function
33 | int max_element = *max_element(v.begin(), v.end());
| ^