Problem | island |
---|---|
User | LimCheeHann |
Submission Time | 2025-02-23 19:51:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
island.cpp: In function ‘int main()’:
island.cpp:24:16: error: ‘max_element’ was not declared in this scope
24 | for(int i=0;i<max_element(output.begin(),output.end());i++){
| ^~~~~~~~~~~