| Problem | duckhunt23 |
|---|---|
| User | MegaG |
| Submission Time | 2026-04-17 16:13:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
duckhunt23.cpp: In function ‘int main()’:
duckhunt23.cpp:18:26: error: ‘max_element’ was not declared in this scope
18 | cout << (char) ('a' + (max_element(cnt, cnt + 26) - cnt)) << endl;
| ^~~~~~~~~~~