Problem duckhunt23
User MegaG
Submission Time 2026-04-17 16:12:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt23.cpp: In function ‘int main()’:
duckhunt23.cpp:17:25: error: ‘max_element’ was not declared in this scope
17 | cout << (char) ('a' + (max_element(cnt, cnt + 26) - cnt));
| ^~~~~~~~~~~