Problem duckbuttons
User matthewPoh
Submission Time 2026-02-20 21:55:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:19:32: error: ‘std::ranges’ has not been declared
19 | long long maxValue = *std::ranges::max_element(buttons);
| ^~~~~~