Problem | duckbuttons |
---|---|
User | YSH2020 |
Submission Time | 2025-02-22 22:02:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:7:26: error: expected ‘;’ before ‘i’
7 | for (int i = a-2; i >= 0 i--) x[i] = max(x[i+1], x[i]);
| ^~
| ;